[algogeeks] Re: crossword solver using the exact cover problem (algorithm X)

2009-05-20 Thread stdazi
how should it help me? I've read Knuth's paper btw. On May 20, 7:53 am, Ajinkya Kale kaleajin...@gmail.com wrote: Check the references in the wiki page of Algorithm X On Tue, May 19, 2009 at 9:53 PM, std...@gmail.com std...@gmail.com wrote: Hello! I'm trying to implement a crossword

[algogeeks] Re: crossword solver using the exact cover problem (algorithm X)

2009-05-19 Thread Ajinkya Kale
Check the references in the wiki page of Algorithm X On Tue, May 19, 2009 at 9:53 PM, std...@gmail.com std...@gmail.com wrote: Hello! I'm trying to implement a crossword solver. My intuition is telling me that the problem can be modeled with the exact cover problem and can thus be solved