An open API service indexing awesome lists of open source software.

https://github.com/cau777/knights-tour-puzzle

This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.
https://github.com/cau777/knights-tour-puzzle

knights-tour recursion

Last synced: 2 months ago
JSON representation

This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.

Awesome Lists containing this project

README

          

# Knights-Tour-Puzzle
This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.
I made this program for Jetbrains Academy.