Questions
- Why is shortest path problem useful?
- Assumptions in shortest path algo?
- What if its not a directed graph?
- What is a negative cost cycle?
- Problems with shortest path algorithm.
- Properties of shortest path.
- Finding pred(j)
- Finding shortest path.
- Everything you know about dijkstra’s algo? Slide and notes.
- Actual algorithm of dijkstra?
- what is lambda plus of i and lambda minus of i?
- Time complexity? (O(V^2))
- Solve an example of shortest path using dijkstras algo
- What is the predecessor vector?
- Everything about bellman algorithm?
- Time complexity? (O|VE|)
- What is a spanning tree and a minimum spanning tree?
- Problem with minimum tree?
- Network reliability problem?
- Propertieds of MST?
- No of archis in Tree
- no of archs outside tree?
- Kruskarls algorithm?
- Prims algorithm? (Few slides pending check again)