An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![App preview](/preview-images/1.png)

For more info, see task specifications:

- [specs-en.pdf](specs-en.pdf)
- [specs-hr.pdf](specs-hr.pdf)