Synopsys Interview Question

How to find loop in linked list write code?

Interview Answer

Anonymous

Aug 15, 2020

Using slow pointer and fast pointer concept i solved the question