Master Circular Queue Implementation in C π
Learn how to efficiently implement a circular queue in C with step-by-step guidance. Perfect for improving your data structures skills! π»

Jacob Sorber
35.6K views β’ Mar 23, 2021

About this video
Patreon β€ https://www.patreon.com/jacobsorber
Courses β€ https://jacobsorber.thinkific.com
Website β€ https://www.jacobsorber.com
---
Implementing a Circular Queue in C // Queues are a fundamental data structure that every programmer needs in their toolbox. A year ago, I showed you how to implement a queue using a linked list. In this video, I show you how to implement a circular queue using an array, in C.
Related Videos:
Queues: https://www.youtube.com/watch?v=FcIubL92gaI
Pointers & Arrays: https://www.youtube.com/watch?v=uT-YLEHwVS4
***
Welcome! I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. My goal is to help you get under-the-hood and better understand how computers work and how you can use them to become stronger students and more capable professional developers.
About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking courses at Clemson University, where I also lead the PERSIST research lab.
More about me and what I do:
https://www.jacobsorber.com
https://people.cs.clemson.edu/~jsorber/
http://persist.cs.clemson.edu/
To Support the Channel:
+ like, subscribe, spread the word
+ contribute via Patreon --- [https://www.patreon.com/jacobsorber]
Source code is also available to Patreon supporters. --- [https://jsorber-youtube-source.herokuapp.com/]
Courses β€ https://jacobsorber.thinkific.com
Website β€ https://www.jacobsorber.com
---
Implementing a Circular Queue in C // Queues are a fundamental data structure that every programmer needs in their toolbox. A year ago, I showed you how to implement a queue using a linked list. In this video, I show you how to implement a circular queue using an array, in C.
Related Videos:
Queues: https://www.youtube.com/watch?v=FcIubL92gaI
Pointers & Arrays: https://www.youtube.com/watch?v=uT-YLEHwVS4
***
Welcome! I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. My goal is to help you get under-the-hood and better understand how computers work and how you can use them to become stronger students and more capable professional developers.
About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking courses at Clemson University, where I also lead the PERSIST research lab.
More about me and what I do:
https://www.jacobsorber.com
https://people.cs.clemson.edu/~jsorber/
http://persist.cs.clemson.edu/
To Support the Channel:
+ like, subscribe, spread the word
+ contribute via Patreon --- [https://www.patreon.com/jacobsorber]
Source code is also available to Patreon supporters. --- [https://jsorber-youtube-source.herokuapp.com/]
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
35.6K
Likes
903
Duration
11:23
Published
Mar 23, 2021
User Reviews
4.7
(7)