employer cover photo
employer logo
employer logo

Arxxus Technology Partners

Est-ce votre entreprise ?

Question d’entretien chez Arxxus Technology Partners

How to detect a loop within a singly-linked list?

Réponse à la question d'entretien

Utilisateur anonyme

16 juin 2017

The answer to this is by using the fast and slow traversing technique implemented using the pointers in C.

3