Pergunta de entrevista da empresa Arxxus Technology Partners

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

Resposta da entrevista

Sigiloso

16 de jun. de 2017

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

3