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