You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project I implemented Extended-Dijkstra Algorithm using C programming Language. Achieved 98% accuracy in determining shortest path between two nodes. And reduced search time by 75% compared to standard Dijkstra algorithm.