Skip to content

Solution to the knight's tour illustrating both the brute force and divide and conquer algorithms

Notifications You must be signed in to change notification settings

b22tran/knights-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

knights-tour

A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square only once. The solution provided allows for the options of either a brute force method or a divide and conquer methodology. Both will result in the path the knight has taken as well as over all statistics based on the amount of tours.

About

Solution to the knight's tour illustrating both the brute force and divide and conquer algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages