Back to search
A react app used to visualize Djikstra Algorithm.
Stars
13
Forks
6
Watchers
13
Open Issues
0
Overall repository health assessment
^5.11.9^11.2.3^12.6.0^3.1.0^2.0.0^17.0.1^17.0.14.0.1^0.2.416
commits
Updated the dijkstra logic to use priority queue to improve time complexity from O(N*N) to O(N * LogN)
a4f1c4cView on GitHubCorrected dijkstra algorithm, added the old and new distance comparison before adding to unvisitedNeighbors
164d244View on GitHubMerge branch 'main' of https://github.com/Suhaan-Bhandary/Path-Finding-Visualizer
a3e3788View on GitHub