Leetcode Concepts Flashcards
1
Q
Linked List Cycle
A
Distance between
head of the Linked List and Start of the cycle
is equal to the
Distance between Node where the slow and first pointer meet and start of the cycle.
Linked List Cycle
Distance between
head of the Linked List and Start of the cycle
is equal to the
Distance between Node where the slow and first pointer meet and start of the cycle.