Skip to content

Places a knight on and enumerates each square of an nxn size board with a dfs algorithm while using backtracking and recursion to find all solutions.

License

Notifications You must be signed in to change notification settings

niole/Knights-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Knight's Tour

Moves a knight across an nxn board, while enumerating each subsequent move until all squares have been covered. Feat is accomplished using DFS with backtracking and recursion.

About

Places a knight on and enumerates each square of an nxn size board with a dfs algorithm while using backtracking and recursion to find all solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages