Computer Science, asked by swetapatel11114, 5 months ago

difference between simple queuq and circular queue

Answers

Answered by kvenisriprasad
1

Answer:

A 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 circular pattern

Explanation:

I hope it will help you

Similar questions