Home Projects GitHub ↗
KN

The Knight Solver

Open source

Knight's Tour puzzle solver using a backtracking algorithm. Complete the board in one pass.

GoAlgorithms

This is an implementation of the Knight's Tour puzzle. It uses a backtracking algorithm to find a solution to the puzzle.

Home Projects GitHub