Determine Shortest Paths Between Routers Using Python
By the end of this project you will use the adjacency list data structure and other data structures to find the shortest distance between a set of routers loaded from a file.
The shortest path problem is well known in the field of computer science. An adjacency list is probably the best data structure to represent a set of connected vertices to find the shortest path from one vertex to another. One application for shortest paths is in mapping. Another common application for its use is in computer networking routing to find the shortest trip for a packet.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Watch on Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Related AI Lessons
⚡
⚡
⚡
⚡
7 Funding Opportunities for Startup Founders | May 15, 2026
Medium · Cybersecurity
7 Client Red Flags That Cost Me Thousands (And How to Spot Them in the First Call)
Dev.to · Alfred P
Qoray Launches National Dealer-Owned Electric Mobility Franchise for Last-Mile Transportation
Techpoint Africa
DE LA GENÈSE À L’INSTITUTION: L’ANATOMIE DU PASSAGE DE STARTUP À ENTREPRISE
Medium · Startup
🎓
Tutor Explanation
DeepCamp AI