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
