GeeksforGeeks » Algorithms

data structures strings

(1 post)
  • Started 8 months ago by Ramesh
  1. Ramesh
    guest
    Posted 8 months ago #

    given a m*m matrix contains a character each find the maximum length of a meaningful word
    eg:
    input:
    l b c d
    e f g h
    s j k l
    s e r p

    output:
    lesser

    provided search can be done by moving a step (top,left,right or bottom).


Reply

You must log in to post.

RSS feed for this topic