Question: What is the initial value assigned to the tentative distance of the source node in Dijkstra\'s algorithm?
Options:
Correct Answer: Zero
Solution:
The tentative distance of the source node is initialized to zero, as it is the starting point of the path.