5 votes
31
1) Time complexity to insert a node in the end of circular linked list, if pointer to first node is given and the number of nodes in the list is N, is1) O(1)2)O(log N)3)O...