Skip to content

ajs424/KnightsTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KnightsTour

A recursive solution to the popular Knight's Tour problem written in both Java and C++.

The Knight's Tour is a mathematical problem involving a knight and a chessboard. It is a calculated sequence of moves where the knight visits each square only once. If the knight finishes on the same squarewhich it began, the tour is closed. Otherwise the tour is still open.

About

A recursive solution to the popular Knight's Tour problem written in both Java and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors