Round Robin scheduling algorithm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Round Robin scheduling algorithm

Can anyone please share with me the program for Round Robin scheduling algorithm. I had tried finding on internet but all are incorrect.

17th Feb 2019, 7:16 AM
harshit
harshit - avatar
3 Answers
+ 6
Read about data structure concepts first. That is queuing algorithm
17th Feb 2019, 2:08 PM
Da2
Da2 - avatar
17th Feb 2019, 7:53 AM
Anna
Anna - avatar
+ 4
You may also look into control structures. That is an iteration within another iteration. A more elegant algorithm would use recursive approach.
17th Feb 2019, 9:37 PM
Da2
Da2 - avatar