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