Compare simple queue and circular queue.
Answers
Answered by
0
simple queue has a front end and a back end. Elements are inserted through the rear end of the queue and eliminated or removed through the front end. ... A circular queue, as the name implies, is like a circle and has no front end and back end. In this case, the last node, the elements are inserted in a circularpattern.
Similar questions