Queue using Array - Implementation (Java)

preview_player
Показать описание
Implementation of Queue data structure using an array in Java.
Рекомендации по теме
Комментарии
Автор

You have no idea how useful it is to me ... Can you please do more videos like implementation of stacks using linked list, implementation of dequeue using linked list and soo onnn pleasee...

nimithapatakamuri
Автор

an someone explain why we initialised rear and front variable with -1 in the MyQueue class?

AbhishekBade
Автор

how to add main method in same program itself ?

prashant_
Автор

Once dequeued we need to check if the rear has reached the length and assign zero to it

This is a bug in your code please modify it

knightganesh