KnightsTour

Knight's tour is a classic computer problem; Here I provided my very own method to solve this classic problem with black-box approach. I developed this algorithm when I was in high school. Maybe it's not the best method to solve this problem but it's mine!

View on GitHub

Knight’s Tour

Project on GitHub Knight's tour
Knight’s tour is a classic computer problem; Here I provided my very own method to solve this classic problem with black-box approach. I developed this algorithm when I was in high school. Maybe it’s not the best method to solve this problem but it’s mine!

About knight's tour