https://github.com/justbuchanan/graph-algorithms-qt
Basic graph algorithms + Qt GUI
https://github.com/justbuchanan/graph-algorithms-qt
a-star algorithms bazel dijkstra qml qt5
Last synced: 5 months ago
JSON representation
Basic graph algorithms + Qt GUI
- Host: GitHub
- URL: https://github.com/justbuchanan/graph-algorithms-qt
- Owner: justbuchanan
- Created: 2018-05-07T07:20:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T01:03:22.000Z (over 3 years ago)
- Last Synced: 2025-04-03T21:02:49.630Z (6 months ago)
- Topics: a-star, algorithms, bazel, dijkstra, qml, qt5
- Language: C++
- Homepage:
- Size: 67.4 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Graph Algorithms
Dijkstra & A\* animation
GUI allows for moving start/end points as well as adding obstacles.

## Bazel config
Bazel configuration is based on github.com/bbreslauer/qt-bazel-example