compare the circular queue and priority queue (10 mark)
Answers
Answered by
0
Answer:
Explanation:
Priority queue: A priority queue is a special type of queue in which each element is associated with a priority and is served according to its priority. Circular queue is not linear but circular. Priority is a special type of data structure in which items can be inserted or deleted based on the priority
Similar questions