Re: [algogeeks] nvidia qstn

2012-02-04 Thread Senthil Siva
you can use suffix tree for this kind of problem. http://www.allisons.org/ll/AlgDS/Tree/Suffix/ Thanks & Regards, Senthil S On Fri, Feb 3, 2012 at 4:12 AM, Ravi Ranjan wrote: > Implement a MS key suggest like tool where on typing the first letters > will give a list of words starting with the

Re: [algogeeks] Re: Can anyone tell algorithm for solving sudoku

2012-01-31 Thread Senthil Siva
Please look at the below link. http://norvig.com/sudoku.html The tutorial above gives brilliant explanation of how to use Constraint Propagation with BackTracking to solve every Sudoku puzzle ever. On Mon, Jan 30, 2012 at 6:46 AM, Don wrote: > For each group (either a row, column, or square)