Delete a node in a single-node circular linked list
Delete the head node from Circular List
Delete a middle node from a Circular Linked List
Search for the node which is to be deleted, (say node with value 40)
Delete the end node from a Circular Linked List








