GeeksforGeeks » Algorithms
data structures strings
(1 post)-
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 poutput:
lesserprovided search can be done by moving a step (top,left,right or bottom).
Reply
You must log in to post.