Computer Science, asked by ssstefegmailcom, 8 months ago

give the advantage of circular queue over linear queue?




Convert the infix expression a*b+c/(d-g) into prefix form.​

Answers

Answered by saulihashah13
1

Answer:

The benefit of a circular queue: ... Circular queue consumes less memory than linear queue because in queue while doing insertion after deletion operation it allocate an extra space the first remaining vacant but in circular queue the first is used as it comes immediate after the last..

Similar questions