This program implements Dijsktra's SP algorithm, which finds the shortest path between source and destination node. The algorithm considers also color of the nodes as choosing criteria.
Updated 2020-10-04 22:02:37 +02:00
Maybe Result implementation for C++
Updated 2019-10-22 14:12:44 +02:00