Menu

Lists Questions

MCQ
41.
To delete a node from the end of a linked list, the list is traversed up to the last ______.
forum Discussion
MCQ
42.
Since a doubly-linked list allows traversing in both the forward and backward directions, it is also referred to as a___________.
forum Discussion
MCQ
43.
Direct or random access of elements is not possible in ...............
forum Discussion
MCQ
44.
To implement Sparse matrix dynamically, the following data structure is used
forum Discussion
MCQ
45.
Applications of Linked List are
forum Discussion
MCQ
46.
What are the time complexities of finding 8th element from beginning and 8th element from end in a singly linked list? Let n be the number of nodes in linked list, you may assume that n>8.
forum Discussion
MCQ
47.
Overflow condition in linked list may occur when attempting to .............
forum Discussion
MCQ
48.
Linked lists are not suitable data structures for which one of the following problems?
forum Discussion
MCQ
49.
Generally collection of Nodes is called as __________.
forum Discussion
MCQ
50.
A linear collection of data element given by mean of pointer is called ______________.
forum Discussion