Advertisements
Advertisements
प्रश्न
Explain the following term:
QUEUE
स्पष्ट कीजिए
Advertisements
उत्तर
- A Queue is a linear data structure that follows the FIFO (First-In, First-Out) principle, meaning the first element added is the first one to be removed.
- It uses two primary operations: Enqueue (to add an item to the back) and Dequeue (to remove an item from the front). A common example is a line of people waiting for a bus.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (July) Official Board Paper
