Timeline for Knight's tour game (7x7)
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 29, 2014 at 16:55 | history | edited | R.T. | CC BY-SA 3.0 | Golfed it further based on suggestions |
| Sep 29, 2014 at 16:31 | comment | added | FryAmTheEggman | You can replace True and False with 1 and 0 (not that you need to replace False...). Also, wherever you have a closing bracket you don't need spaces after it: range(-2,3)for. You can also drop the brackets around if conditions: if 49==len(p):return 1. | |
| Sep 29, 2014 at 15:48 | history | answered | R.T. | CC BY-SA 3.0 |