What is Queue Data Structure ? | Queue Operations | Data Structure & Algorithms (DSA) | Part - 1

preview_player
Показать описание
Understand the working of a Queue data structure and all its operations.
Definition : Queue is a linear data structure which operates in a First IN First OUT or Last IN Last OUT.
It is named queue as it behaves like a real-world queue, for example – queue(line) of cars in a single lane, queue of people waiting at food counter etc.
Queue is an abstract data type with a bounded (predefined) capacity.
It is a simple data structure that allows adding and removing elements in a particular order.
The order is FIFO(First IN First OUT) or LILO(Last In Last Out).
Following are the standard operations of Queue DS -
1. Enqueue
2. Dequeue
3. isFull
4. isEmpty
5. count
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Support Simple Snippets by Donations -
---------------------------------------------------------------------------------------------
Simple Snippets Official Website -
Simple Snippets on Facebook -
Simple Snippets on Instagram -
Simple Snippets on Twitter -
Simple Snippets Google Plus Page -
Simple Snippets email ID -

#queue #queuedatastructure #datastructures #queueds #queueoperations
Рекомендации по теме
Комментарии
Автор

Hey Guys, if you want more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends as it helps me create more content just for you ✌

SimpleSnippets
Автор

bro i can understand very nicely each and every topic...thank u from my bottom of my heart.

Rohit-siuf
Автор

Found this channel today, Your work is truly appreciable brother. 🔥🤘

ujjawalsharma
Автор

for me this is the Best Data Structure playlist ...in youtube.. easily understandable and the visual representation is too good ...

chayanbarman
Автор

the Indian guy helping me out more than my uni teachers, keeping going thanks <3

aliza
Автор

Your videos are so well presented and so much clarity of concepts - thanks for sharing really amazing

NikitaSharma-bsgg
Автор

I was having so much problem as to where will I be able to learn all the DS, but you really made it up very easy, thank you very much sir ..whole heartedly thank you very much

prakritiagrawal
Автор

Thank you for explaining it in such a detailed manner!

vidhioswal
Автор

You are the only one who took time to explain it first rather than jumping to code!
Thanks alot...Your videos mean so much to us❣

JohnWickXD
Автор

bro your videos are short and to the point. Really helpful

conormcgregor
Автор

best playlist ever. Too much underrated. You deserve more subs

hemanthsai
Автор

best in world
i watched it before and second time i did't get this type of describe in any other video so keep it up buddy too good

patelvraj
Автор

After watching your videos, now i really think, i will implement it 😎🤩, thanks from bottom of my heart

zainabbohra
Автор

amazing bro thanks by heart .now i think i am able to learn DSA

waseemtarar
Автор

I know I'm commenting on almost every video... But You outdo yourself everytime!!
Thank you very much!!!

chetnagreesan
Автор

It was really helpfull i understood every

_AnanyaVerma
Автор

Thanks a lot for providing this amazing content that's also for free.... It means a lot For the first time in my 2 years of college... I have understood what queue is and how it's actually implemented.... Thanks a lot.

crypticwhispers
Автор

Fantastic video! I have one question. After performing out last dequeue operation, the last read value is not cleared out. I added a arr[front] = 0; in my dequeue "else if" so that when I read the last queued item (when front == rear), that value is read, then cleared. Does this track?

AJRobinson
Автор

Happy to learn from u.keep doing this for ever😉

yeementhvirutkar
Автор

You make it so easy bro, I am a non Comp Sci guy and its still so easy for me to get this...thankss!!!

ArchitStark
welcome to shbcf.ru