Linked List
1. In a circular linked list
2. In a circular linked list, if we insert an element how many pointers do we have to update ?
3. What is the time complexity for deleting an element from circular linked list?