Question: How does Dijkstra\'s algorithm update the tentative distances?
Options:
Correct Answer: By adding the edge weights to the current distances
Solution:
Dijkstra\'s algorithm updates the tentative distances by adding the edge weights to the current distance of the node.