Yodlee Interview Question

How to find the loop in a link list.

Interview Answer

Anonymous

Nov 23, 2017

I have given a two solution. One was with the help of the slow and fast pointer and second was by storing all memory address while we are traversing the link list.

1