Menu

Lists Questions

MCQ
11.
Linked lists are best suited
forum Discussion
MCQ
12.
The situation when in a linked list START=NULL is
forum Discussion
MCQ
13.
Which of the following is two way list?
forum Discussion
MCQ
14.
In a circular linked list
forum Discussion
MCQ
15.
A linear collection of data elements where the linear node is given by means of pointer is called?
forum Discussion
MCQ
16.
Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?
forum Discussion
MCQ
17.
What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?
forum Discussion
MCQ
18.
A variant of linked list in which last node of the list points to the first node of the list is?
forum Discussion
MCQ
19.
In doubly linked lists, traversal can be performed?
forum Discussion
MCQ
20.
What kind of linked list is best to answer question like
forum Discussion