Queue Data Structure Tutorial - What is a Queue?

Profile Picture
- Published on Jul 28, 2019馃審 Public

This new tutorial series focuses on an introduction to data structures. This video focuses on queues and their uses. It discuses the uses of queues and when you would use them. So what is a queue? A queue follows the properties of FIFO (First In First Out). This means the first element added to the Queue will be the first element removed from the Queue. This works just like a line at the super store or a call queue for tech support. Enroll in The Fundamentals of Programming w/ Python https://tech-with-tim.teachable.com/p... Instagram: https://www.instagram.com/tech_with_tim Website https://techwithtim.net Twitter: https://twitter.com/TechWithTimm Discord: https://discord.gg/pr2k55t GitHub: https://github.com/techwithtim Podcast: https://anchor.fm/tech-with-tim One-Time Donations: https://www.paypal.com/donate/?token=... Patreon: https://www.patreon.com/techwithtim Please leave a LIKE and SUBSCRIBE for more content! Tags: - Tech With Tim - Data Structures - Computer Science Data Structure - Data Structure Tutorial - Queue Data Structure #DataStructures #Queue