Week1.2 Shortest Path (Deterministic Dynamic Programming)

Week1.2 Shortest Path (Deterministic Dynamic Programming)

Modeling and solving a network problem (Shortest Path) using Dynamic Programming. Another approach to solve Shortest Path problem is using Dijkstra's Algorithm:    • Network Models (Shortest Path)