Queue

What is a Queue?
Queue: linear type of data structure used to store the data in a sequentially.
The concept of queue is based on the "FIFO" ---> First In First Out.
We will need to access the queue directory in order to use the queue.

Commands in queue

examples

This part requires knowing lists:

How can you use a queue without using a queue? Let's turn a list into a queue!