The document describes implementing Dijkstra's single source shortest path algorithm. It includes the program code in C to find the shortest path between a starting node and all other nodes in a graph represented by an adjacency matrix.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
22 views3 pages
Daa Lab - 7
The document describes implementing Dijkstra's single source shortest path algorithm. It includes the program code in C to find the shortest path between a starting node and all other nodes in a graph represented by an adjacency matrix.