Dijkstra Algorithm
Dijkstra Algorithm is one of the most widely used algorithms to find the Shortest Path from the source to the destination node, by ignoring all other routes in a graph. Basically, based on Greedy approach to find the shortest path for the destination node.
Steps:
Note: Search for projects and codes related to Dijkstra algorithm, implement emm all and add it to your github account.
Ohh by the way, I am writing this at 5:00 AM IST (Cause I am High on Medicine)