Question: What is the initial value of the tentative distance for the source node in Dijkstra\'s algorithm?
Options:
Correct Answer: 0
Solution:
The initial value of the tentative distance for the source node is set to 0, as it is the starting point.