![]() |
What queue in computing world? |
[Edit] |
[Edit]
Queue-A brief definition
Queue is a datastructure used to store values(its a linear structure).it implements FIFO policy(the element to get in first is the first to get out).Some of the operations that can be performed on Q are put(enqueue) u put elements from the rear end, get(dequeue) where the element is removed from the front end.
First answer by ID995898721. Last edit by ID995898721. Question popularity: 18 [recommend question]





