https://github.com/chrisross5/pathfinding-visualizer
College mini project (Data structures and algorithms S2): Two C++ console apps visualizing the shortest path between two points on a 2d grid, without and with walls.
https://github.com/chrisross5/pathfinding-visualizer
algorithms bfs console-application cpp
Last synced: 19 days ago
JSON representation
College mini project (Data structures and algorithms S2): Two C++ console apps visualizing the shortest path between two points on a 2d grid, without and with walls.
- Host: GitHub
- URL: https://github.com/chrisross5/pathfinding-visualizer
- Owner: ChrisRoss5
- Created: 2022-06-26T18:38:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T14:32:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T09:55:34.104Z (over 1 year ago)
- Topics: algorithms, bfs, console-application, cpp
- Language: C++
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

For more info, see task specifications:
- [specs-en.pdf](specs-en.pdf)
- [specs-hr.pdf](specs-hr.pdf)