Question: In the context of Dijkstra\'s algorithm, what does \'tentative distance\' refer to?
Options:
Correct Answer: The distance calculated from the source to a node
Solution:
The \'tentative distance\' refers to the distance calculated from the source to a node, which may be updated as shorter paths are found.