Menu

Lists Questions

MCQ
21.
A variation of linked list is circular linked list, in which the last node in the list points to first node of the list. One problem with this type of list is?
forum Discussion
MCQ
22.
A variant of the linked list in which none of the node contains NULL pointer is?
forum Discussion
MCQ
23.
In circular linked list, insertion of node requires modification of?
forum Discussion
MCQ
24.
Consider a linked list of n elements. What is the time taken to insert an element after an element pointed by some pointer?
forum Discussion
MCQ
25.
In a linked list with n nodes, the time taken to insert an element after an element pointed by some pointer is
forum Discussion
MCQ
26.
A linear collection of data elements where the linear node is given by means of pointer is called
forum Discussion
MCQ
27.
The time required to delete a node x from a doubly linked list having n nodes is
forum Discussion
MCQ
28.
A collection of data items of similar type arranged in a sequence is termed as?
forum Discussion
MCQ
29.
A linked list is a linear collection of homogeneous elements called______.
forum Discussion
MCQ
30.
Depending on what on what can a linked list be classified into various other types?
forum Discussion