Pregunta de entrevista de Akamai

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

Respuesta de la entrevista

Anónimo

11 may 2014

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