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]> 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]> wrote: > > Given a MxN char array matrix, find all words in it. search left, right, > > diagonally > > -- > > > --
