1
0
mirror of https://gitlab.com/somespace/dijkstra-shortest-path-algorithm.git synced 2025-01-31 15:41:40 +01:00
dijkstra-shortest-path-algo.../README.md
2020-10-04 20:02:37 +00:00

10 lines
328 B
Markdown

Dijkstra Shortest Path algorithm (own implementation):
Reference: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
Ways to open the project:
1. Open the file named _CMakeLists.txt_ in QT Creator IDE.
2. Unzip archive and navigate to the project folder in terminal,
then run this command: cmake CMakeLists.txt && make