Skip to content

An Implementation of the famous Knight's tour problem.

Notifications You must be signed in to change notification settings

AndrewDineen/KnightTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

KnightTour

This is the Java implementation of the famous Knight's tour problem. This program simulates a chessboard and a single chess piece (the Knight). The Knight must visit every square on the board and cannot visit each square more than once. This implementation allows a user to enter the board size and starting position.

What I Learned

In completing this project, I learned how to successfully implement Backtracking, Iterators, and Unit testing (JUnit) in Java.

About

An Implementation of the famous Knight's tour problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages