Skip to content

A simple, concise implementation of a queue as a linked list in C++. This is the repo seen in my YouTube video, Linked Lists Made Easy.

Notifications You must be signed in to change notification settings

camiinthisthang/linkedlistqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

linkedlistqueue

This is a simple C++ program that implements a queue as a linked list. It has the methods enqueue which add a node to the end of a linked list, and dequeue which removes the first node from the list. There is also a print method which prints the list.

This is the code repo seen in my YouTube video, Linked Lists Made Easy - https://www.youtube.com/watch?v=tq5fJmoYod4&t=301s

About

A simple, concise implementation of a queue as a linked list in C++. This is the repo seen in my YouTube video, Linked Lists Made Easy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages