A normal queue if implemented using an array of size max-size gets full when
Answers
Answered by
0
Explanation:
A queue can be implemented using two stacks. ... So the size of the array which is used to implement this circular queue is 5, which ... A Priority-Queue is implemented as a Max-Heap
Thanks!!
Similar questions