Courses
Programming language
Explore courses by programming language.
Course type
Learn, challenge or build your portfolio in a practice-driven way.
Level of knowledge
Choose courses tailored to your level of knowledge perfectly.
Or try to search for any course. Still can't find? let us know what are you missing!
Journey
Login
Creator
Anonymous
In this course, you will learn about the Queue data structure, create a Queue from zero using your preferred language, and practice coding challenges with it!
Prerequisites
Basic object oriented programming knowledge in a language of your choice
Introduction
Introduction
What is Queue?
Queue Project
Queue Class
enqueue
dequeue
front
rear
size
Practice Challenges
Practice #1
Practice #2
Practice #3
Practice #4