Lets learn a bit about queues
Update: 2019-02-18
Description
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.
Comments
In Channel