Skip to content

The Knight's Tour problem is a complicated graph theory problem that finds the sequence of moves needed for a knight to visit every single square on an nxn chess board.

Notifications You must be signed in to change notification settings

RakshitP1/Knights-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Knights-Tour

A recursive backtracking algorithm is used to find the sequnce of necessary moves for a knight to move around the chess board.
The chess board is created using a linked grid data strcuture.

About

The Knight's Tour problem is a complicated graph theory problem that finds the sequence of moves needed for a knight to visit every single square on an nxn chess board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages