https://github.com/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!
https://github.com/ardeshirv/knightstour
ardeshirv ardeshirv-forms chess csharp knights knights-tour windows-desktop windows-forms windows-forms-csharp
Last synced: 5 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/ardeshirv/knightstour
- Owner: ArdeshirV
- License: gpl-3.0
- Created: 2021-06-26T19:39:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T12:51:29.000Z (over 1 year ago)
- Last Synced: 2025-03-02T17:55:43.815Z (over 1 year ago)
- Topics: ardeshirv, ardeshirv-forms, chess, csharp, knights, knights-tour, windows-desktop, windows-forms, windows-forms-csharp
- Language: C#
- Homepage: https://ardeshirv.github.io/KnightsTour/
- Size: 5.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knight's Tour
The Knight's tour is a classic computer problem. Here, I provide my very own method to solve this classic problem using a 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!