Assume given a function will allows checking given string is a word or not
(so dictionary is already present)

On 18-01-2013 00:00, rahul wrote:
are u maintaining any known list of word from dictionary , if not , it might have lots of words some of them doesn't have any meaning :-), please give clear picture of what you want to achieve.

On Thu, Jan 17, 2013 at 11:49 PM, Don <[email protected] <mailto:[email protected]>> wrote:

    Store the word list in a trie. Starting at each location in the
    matrix, search the trie for the patterns formed in each direction.

    On Jan 17, 12:33 pm, Piyush <[email protected]
    <mailto:[email protected]>> wrote:
    > Given a MxN char array matrix, find all words in it. search
    left, right,
    > diagonally

    --



--



--


Reply via email to