Quiz
It's quiz time! Test yourself by solving these questions about circular linked lists.
Technical Quiz
1.
Given that you have access to the head node of a circular linked list containing elements, what is the time complexity to search for an element?
A.
B.
C.
D.
1 / 5