Question: In Dijkstra\'s algorithm, what does the \'tentative distance\' represent?
Options:
Correct Answer: The distance from the source to the current node
Solution:
The \'tentative distance\' represents the current best-known distance from the source node to the current node being processed.