Setup Graph
Dijkstra Controls
Graph Visualization
Colors: Green = Start, Yellow = Current, Blue = Visited, Pink = Target
STEM Interactive Visual Learning Program at TEC-Bridge AI
Dijkstra's Algorithm finds the shortest path between nodes in a weighted graph with non-negative edge weights.
How it works:
Time Complexity: O((V + E) log V) with priority queue