Question: Which algorithm is used to detect a cycle in a linked list?
Options:
Correct Answer: Floyd\'s Cycle Detection
Solution:
Floyd\'s Cycle Detection algorithm, also known as the tortoise and hare algorithm, is used to detect cycles in a linked list.