Skip to content

A recursive and backtracking algorithm implemented in Java for solving the Knight's Tour problem.

License

Notifications You must be signed in to change notification settings

mahdiva/KnightsTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knights Tour Solver

A recursive and backtracking algorithm implemented in Java for solving the Knight's Tour problem.
This program will find all of the possible solutions to a Knight's Tour for any given m x n Chess board.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A recursive and backtracking algorithm implemented in Java for solving the Knight's Tour problem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages