Computer Science, asked by arshveer2591, 11 months ago

In a queue an element can be added arbitrarily and from which only either the smallest or largest element can be removed, the type of the queue is:

Answers

Answered by vaibhavtandon98
1

Answer:

Can be called a priority queue, if the removal is basis on the largest or the smallest key

Explanation:

Similar questions