Lets learn a bit about queues

18/02/2019 3 min

Listen "Lets learn a bit about queues"

Episode Synopsis

Queue's are linear data structures which are quite important in operating systems and are used to implement algorithms such as round robin algorithm, priority queue scheduling and multilevel queue scheduling... In this podcast we will have a glance on these concepts and will discuss a bit about how queue works and how we can implement it.