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