(C++) Djikstra's algorithm not getting the correct nodesActually, it might be working and i'm just stupid.
(C++) Djikstra's algorithm not getting the correct nodesI guess that makes sense but try 2 to 20, it won't work correctly and I don't understand why
(C++) Djikstra's algorithm not getting the correct nodes[code]void dji(double map[50][50], int startNode,int endNode,int maxNodes) { int Intersections[maxN...
(C++) Djikstra's algorithm not getting the correct nodesWhat would you change to get a working dijkstra's algorithm? Cause even when I change it to work for...
(C++) Djikstra's algorithm not getting the correct nodesI'm programming Djikstra's algorithm in C++ and I'm getting the correct distances from the source no...