Pregunta de entrevista de Arxxus Technology Partners

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

Respuesta de la entrevista

Anónimo

16 jun 2017

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

3