Knight's tour Warndorff's algorithm problem
Hi all I'm having some troubles with writing Knight's tour (http://en.wikipedia.org/wiki/Knight%27s_tour) solution in Python 3. I'm using Warnsdorff's algorithm (http://en.wikipedia.org/wiki/Knight% 27s_tour#Algorithm) and I'm wondering why it doesn't work with boards of certain sizes. I've writte
Re: Knight's tour Warndorff's algorithm problem
arks, I'll review public code more careful next time. Robin Rytich -- http://mail.python.org/mailman/listinfo/python-list