Week 6: Shortest Paths Flashcards
1
Q
What is a weighted graph?
A
2
Q
What is a shortest path?
A
3
Q
What is dijkstra’s algorithm explained?
A
4
Q
What is edge relaxation?
A
5
Q
What is Dijkstra’s Algorithm?
A
6
Q
What is the time complexity for Dijkstra’s algorithm when using:
Adjacency Matrix
Adjacency list
A