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

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Stargazers