While inputting a linked list, how do we make it a cyclic linked list
How do we enter a cyclic linked list
Just attach the last node’s next to any other node in the linked list
While inputting a linked list, how do we make it a cyclic linked list
Just attach the last node’s next to any other node in the linked list