Question d’entretien chez Practo Technologies

Coding: How would you check for a loop in linked list?

Réponse à la question d'entretien

Utilisateur anonyme

29 nov. 2020

using Floyd's cycle detection algorithm. (fast and slow pointers)