News

Overview: This project develops an interactive visualization tool for graph algorithms, focusing on shortest path (Dijkstra’s algorithm) and minimum spanning tree (Kruskal’s algorithm). It provides a ...
📈 Algorithms Implemented Dijkstra’s Algorithm Efficient for graphs with non-negative weights. Uses a greedy approach with a set-based priority mechanism. Implemented using STL list, set, and ...