Question

Which of the following operations is NOT valid for a circular linked list?

A Traversing the list starting from any node.
B Inserting a node at the beginning.
C Deleting a node by value.
D Traversing the list without a termination condition.
E Sorting the list in-place using merge sort.
Practice Next

Hey! Ask a query