📌Highlights: Hi Friends ! In this post , I discuss about Dijkstra Algorithm which is also known as Single Source Shortest path Algorithm using greedy approach.I will explain all the working procedure of algorithm by taking an example.
Let we understand what is it,
Dijkstra algorithm is also known as single source shortest path algorithm. The main purpose of this algorithm is to find shortest path form a given graph.