Ultimate_Algorithms_Repository icon indicating copy to clipboard operation
Ultimate_Algorithms_Repository copied to clipboard

[NEW Algorithm]

Open Yukta-Jaiswal opened this issue 3 years ago • 1 comments

Floyd's cycle detection algorithm

Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds. It is also called the "tortoise and the hare algorithm", alluding to Aesop's fable of The Tortoise and the Hare.

Yukta-Jaiswal avatar Oct 12 '20 02:10 Yukta-Jaiswal

Can you please assign this issue to me?

pratyanshupandey avatar Oct 24 '20 09:10 pratyanshupandey