https://github.com/bodiali/knights-travails
A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.
https://github.com/bodiali/knights-travails
algorithm javascript
Last synced: 3 months ago
JSON representation
A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.
- Host: GitHub
- URL: https://github.com/bodiali/knights-travails
- Owner: BodiAli
- Created: 2024-04-04T22:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:42:19.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:16:01.321Z (8 months ago)
- Topics: algorithm, javascript
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knights-travails
A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.