Q.
Let the following circular queue can accommodate maximum six elements with the following data
front = 2 rear = 4
queue = _______, L, M, N, ___, ___
What will happen after ADD O operation takes place?
Similar Questions
1. Which data structure allows deleting data elements from front and inserting at rear?
2. Minimum number of queues required for priority queue implementation?
3. What data structure is used for breadth first traversal of a graph?
4. A queue data-structure can be used for −
5. If queue is implemented using arrays, what would be the worst run time complexity of queue and dequeue operations?
6. Queue data structure works on
7. Which of the following uses FIFO method
8. ……………. Is a pile in which items are added at one end and removed from the other.
9. Which data structure allows deleting data elements from and inserting at rear?
10. A ……. is a data structure that organizes data similar to a line in the supermarket, where the first one in line is the first one out.
DATA STRUCTURE TOPICS