ArdeshirV / 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!

Home Page:https://ardeshirv.github.io/KnightsTour/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knight's Tour

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


Copyright© 2004-2021 ArdeshirV@protonmail.com, Licensed under GPLv3+

About

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!

https://ardeshirv.github.io/KnightsTour/

License:GNU General Public License v3.0


Languages

Language:C# 100.0%