In linked list implementation of a queue where does a new element be inserted
Answers
Answered by
1
Explanation:
In linked list implementation of a queue where does a new element be inserted
Answered by
1
Answer:
Answer ♡
Tail position
- If the queue is implemented using linked list, then the new element will be inserted at the tail position of the linked list as Queue follows FIFO principle in which new element will always be added at the end of the Queue.
Similar questions
Biology,
6 months ago
Science,
6 months ago
Biology,
6 months ago
Social Sciences,
1 year ago
Sociology,
1 year ago