Queue Data Structure explained with animations | Basic operations on Queue | Study Algorithms

preview_player
Показать описание
A visual representation of queue with animations and examples. How does it work behind the scenes? What are the basic operations? How does it behave? This video answers all of your basic questions once and for all. Different problems require different kinds of solutions. Basically, Queue is a linear data structure which has a specialty to retain the ordering of elements. It is a way of storing data such that adding new elements and retrieving them becomes easier as per our use case.

00:00 - Intro
00:53 - The Queue Data Structure
01:14 - How does a Queue behave?
06:47 - Basic operations on a queue
12:51 - Final thoughts

📚 Links I talk about in the video:

💻 Get Social 💻

#dataStructures #programming #queue
Рекомендации по теме
Комментарии
Автор

bro explanation was awesome thanks to providing this type of videos

chavvasubbareddy
Автор

Enqueue()
Dequeue()
Peek()
Is full()
Isempty()


FirstInFirstOut

loki