Topic: Graph Theory Problem / Level: advanced

Problem: Implement an algorithm to find the shortest path between two vertices in a weighted directed graph using Dijkstras algorithm.

Run the code to see the output here...