DSAready icon indicating copy to clipboard operation
DSAready copied to clipboard

Detect Loop in a LInkedList

Open riddhi-jain opened this issue 4 years ago • 1 comments

Given a linked list of N nodes. The task is to check if the linked list has a loop. Linked list can contain self loop.

Return true if the linkedlist contains a cycle, else return false.

riddhi-jain avatar Sep 05 '21 10:09 riddhi-jain

Let's do it

mostlypanda avatar Sep 27 '21 17:09 mostlypanda