Donate

0 Queue-Dynamic data structure

Queue is also a list. Here, the data items are added at one end and removed from the other hand work as first in first out for storage and retrieval.

Queues are used extensively in operating systems to keep track of user waiting for resources such as CPU, printing etc.

It adopts FIFO(first in first out )methodology for storage and retrieval.

If you enjoyed this post, make sure you subscribe to my RSS feed!


0 Responses to "Queue-Dynamic data structure"

Post a Comment