Skip to content

Knight's tour problem solved using recursion and backtracking

Notifications You must be signed in to change notification settings

fernandesdiego/knightstour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

knightstour

A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square exactly once.

Next step is to implement the Warnsdorff's rule

About

Knight's tour problem solved using recursion and backtracking

Topics

Resources

Stars

Watchers

Forks

Languages