C++ Data Structures: Queue

Published: 31 January 2021
on channel: Eric O Meehan
235
8

Creating a queue in C++ from scratch.

A queue is an instance of a linked list that forces its users to add items to the back of the line and remove them from the front of the line. For this reason, it is considered a first-in-first-out data structure (or FIFO). Like the linked list, the queue is one of the fundamental data structures in computer science, and is utilized in a variety of situations.

In this video, I will be creating a queue from scratch by inheriting the properties of the linked list I created in the previous episode.


Watch video C++ Data Structures: Queue online without registration, duration hours minute second in high quality. This video was added by user Eric O Meehan 31 January 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 235 once and liked it 8 people.