Akamai interview question

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

Interview Answer

Anonymous

11 May 2014

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