Synopsys interview question

How to find loop in linked list write code?

Interview Answer

Anonymous

15 Aug 2020

Using slow pointer and fast pointer concept i solved the question