AdvancedVocabulary#software-architecture#developer-tools#backend

Cycle Detection Algorithm Vocabulary

Learn the vocabulary of two differently paced pointers detecting a loop in a linked list using constant memory.

0 / 5 completed
1 / 5
At standup, a dev mentions using two pointers moving through a linked list at different speeds, one step at a time and two steps at a time, to detect whether the list loops back on itself, using only constant extra memory. What is this technique called?