- Python Programming
- Python Read CSV
- Python Adjacency List
- Python Default Dictionary
- Shortest Path Problem
Determine Shortest Paths Between Routers Using Python
Completed by Harshit Yadav
March 9, 2021
2 hours (approximately)
Harshit Yadav's account is verified. Coursera certifies their successful completion of Determine Shortest Paths Between Routers Using Python
What you will learn
Create an Adjacency List using a Python Dictionary where each entry is a List.
Add the Python function to find the shortest paths to each vertex from the source vertex.
Add the function to populate the adjacency list of edges from a file using a Python Dictionary container.