Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.67/5 (2 votes)
See more:
Hi everyone ,

I'm new to c#.net and I'm planning to implement the round robin scheduling algorithm with c#, any help and suggestions would be appreciated.
Posted
Comments
Matt T Heffron 8-Apr-13 13:27pm    
There is an article here on CodeProject "Round Robin Scheduling" which describes a c++ implmentation.
Search for it.
Sergey Alexandrovich Kryukov 8-Apr-13 14:19pm    
The algorithm is perhaps the simplest among those making sense; the name tells it all; you just schedule the items in a circular sequence.
If you need more, you need to explain what do you want to schedule. Usually, the subject of scheduling are threads, but you are not going to do it, are you? It could be some abstract work items, test cases, and a lot more. I don't think there is anything to discuss, based on this very vague question...
—SA

1 solution

This question could so easily be answered with a search on Google[^]. However I do connect Round Robin test with something completely different.
 
Share this answer
 
v2
Comments
Richard C Bishop 8-Apr-13 14:05pm    
I think gambling in golf, what do you think of?
Kenneth Haugland 8-Apr-13 14:49pm    
Hamsters, many of them...
Manfred Rudolf Bihy 8-Apr-13 15:17pm    
6 hamsters, 5 male and one female called Robin ...
Round and round she goes!
Where she stops, nobody knows.
Kenneth Haugland 8-Apr-13 15:27pm    
To be clear, I was thinking of this:
Google[^]
Kenneth Haugland 8-Apr-13 15:27pm    
However brilliant comment :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900