[Solved] Dijkstra’s algorithm with C
Write a Program to implement Dijkstra’s algorithm.Input and Output Format:Refer sample input and output. [Note: Use %11d for formatting the output] [All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output: Enter the number…