Showing posts with label Dijkstra Algorithm. Show all posts
Showing posts with label Dijkstra Algorithm. Show all posts

DIJKSTRA ALGORITHM USING GREEDY APPROACH | ANALYSIS DESIGN OF ALGORITHM (ADA)

📌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.