In this video, we will understand everything about a queue, then we will learn about the operations that we can perform on the queue namely:
- Enqueue
2. Dequeue
using front and rear pointers.
and finally, we will understand the Overflow and Underflow cases in Queue.