Question d’entretien chez Akamai

Find a loop in a single linked list without using any extra pointer and space.

Réponse à la question d'entretien

Utilisateur anonyme

11 mai 2014

hint: If we reverse the list that has a loop we come back to the head.