Skip to content

ammist07/KnightsTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Knight-s-Tour

Knight's Tour is a famous Data Structure and Algorithms problem. It test your ability to you think recursive and furthers the understanding of backtracking. There are 2 files both use recursive ways and backtracking to find the solution of the Knight's Tour problems. The Ktour.java file solves the Knight's Tour problem with only If Statements. The KnightTour.java file uses for loop to solve the problem.

About

Knight's Tour is a famous Data Structure and Algorithms problems. It test your ability to you think recursive and furthers the understandings of backtracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages