filmov
tv
Operations on Circular Queue - Enqueue and dequeue AS/A level Computer Science paper2 - ADT
![preview_player](https://i.ytimg.com/vi/0BC9hZgzZqo/maxresdefault.jpg)
Показать описание
Circular Queue operates on FIFO(First In First Out) principle. This video explains how the operations - Insertion(Enqueue) and Deletion(Dequeue) perform on a circular Queue by using Front and Rear pointers.