https://github.com/carlosfrontend/knights-travails
Shows the shortest possible path to get from one square to another generating all the squares the knight will stop at along the way on a chessboard
https://github.com/carlosfrontend/knights-travails
graphs javascript knights-travails shortest-path
Last synced: 3 months ago
JSON representation
Shows the shortest possible path to get from one square to another generating all the squares the knight will stop at along the way on a chessboard
- Host: GitHub
- URL: https://github.com/carlosfrontend/knights-travails
- Owner: carlosfrontend
- Created: 2024-05-14T07:47:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:59:53.000Z (12 months ago)
- Last Synced: 2024-12-30T09:42:33.438Z (4 months ago)
- Topics: graphs, javascript, knights-travails, shortest-path
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knights Travails
## The Odin Project
Shows the shortest possible path to get from one square to another generating
all the squares the knight will stop at along the way on a chessboard.Links:
:white_check_mark: [Assigments](https://www.theodinproject.com/lessons/javascript-knights-travails) :blue_book:
Happy Coding!! :coffee: :rocket: