Question: In the context of Dijkstra\'s algorithm, what does \'relaxation\' mean?
Options:
Correct Answer: Updating the distance to a node if a shorter path is found
Solution:
Relaxation refers to the process of updating the shortest known distance to a node if a shorter path is found through another node.