What is unbounded queue?



What is unbounded queue?..

Answer / Manoj Kalyani

An unbounded queue (also known as a priority queue or an infinite queue) has no limit on the number of elements it can hold. This means that the queue can grow indefinitely, allowing elements to be added until memory constraints are reached.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which list does not allow duplicates?

1 Answers  


What is a 2 dimensional array?

1 Answers  


How do you find the height of a binary tree?

1 Answers  


What is Another name of Dynamically allocating memory.

1 Answers  


Is queue fifo or lifo?

1 Answers  


What are different sorting algorithms?

1 Answers  


What is stack in geography?

1 Answers  


Explain pre-order and in-order tree traversal.

1 Answers  


How do you sort in ascending order in arraylist?

1 Answers  


What are basic algorithms?

1 Answers  


How do you declare An array of three pointers to chars

1 Answers  


applications of linked lists and mostly used linked list?

3 Answers  


Categories