Menu

Lists Questions

MCQ
161.
In linked list implementation of queue, if only front pointer is maintained, which of the following operation take worst case linear time?
forum Discussion
MCQ
162.
In linked list implementation of a queue, where does a new element be inserted?
forum Discussion
MCQ
163.
In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into a NONEMPTY queue?
forum Discussion
MCQ
164.
Disadvantages of linked list representation of binary trees over arrays?
forum Discussion
MCQ
165.
How to travel a tree in linkedlist representation?
forum Discussion
MCQ
166.
In simple chaining, what data structure is appropriate?
forum Discussion
chevron_left BackPage 17 of 17