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