Where does a new element be inserted in linked list implementation of a queue?
Posted: Wed Jul 13, 2022 7:46 pm
a) Head of list
b) Tail of list
c) At the centre of list
d) All the old entries are pushed and then the new element is inserted
b) Tail of list
c) At the centre of list
d) All the old entries are pushed and then the new element is inserted