In linked list implementation of a queue, where does a new element be inserted?
(a) At the head of link list
(b) At the centre position in the link list
(c) At the tail of the link list
(d) At any position in the linked list
I want to ask this question from Queue using Linked List topic in portion Abstract Data Types of Data Structures & Algorithms I
This question was posed to me in homework.