|
|
back to boardHow to solve this kind of problems???(puzzles) I use a recursive algorithm, but get TIME LIMIT EXCED. Re: How to solve this kind of problems???(puzzles) I think this problem is very easy :) U don't need to find out the sequence of cells of each word Then how to solve? Posted by Li, Yi 15 Dec 2001 09:32 Re: Then how to solve? if a[x] is the number of letter x on the grid b[x] is the number of letter x in all the words then the number of letter x in the hidden word is a[x] - b[x] Re: Then how to solve? Posted by lilith 12 Oct 2004 07:27 Thanks a lot, it helps me to solve this problem without my stupid idea... |
|
|