Where Does A New Element Be Inserted In Linked List #787
Where does a new element be inserted in linked list implementation of a queue?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Queue - Quiz No.1.
Where does a new element be inserted in linked list implementation of a queue?
Head of list
Tail of list
At the centre of list
All the old entries are pushed and then the new element is inserted