Other contributors have said "Round Robin Algorithm?" is the same question as "What kind of data structure is required to implement the round-robin scheduling?" If you believe that these are not asking the same thing and should be answered differently, click here

What kind of data structure is required to implement the round-robin scheduling?

Answer:
cicular queue :D
if you want to implement the round robin you need the data structure of circular queue so that when we give the time quantum for the processes then if that process is complete in that time period then its ok but if not then we have to put that process in the queue so that all other processes are also get the time to execute i.e. to remove starvation
Contributor: Kunal21
First answer by ID2057608612. Last edit by Kunal21. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 3 [recommend question].