what algorithm to use in a round robin cpu scheduling simulation

im having problems making my round robin simulation...i think there are ways other than nested loops and data struct..can anyone help me..
[145 byte] By [NorthernStarPolarisa] at [2007-10-2 15:57:15]
# 1
A loop and an exotic data structure called a "list" would be useful.
RadcliffePikea at 2007-7-13 16:19:17 > top of Java-index,Other Topics,Algorithms...
# 2
I have implemented this algo. The looping structure is the simplest way to implement it. In looping structure u can use 2D arrays or lists. or make ur own link list. If u have any problem u can ask me again.
Dynamic_textFieldsa at 2007-7-13 16:19:17 > top of Java-index,Other Topics,Algorithms...
# 3
Hi,I'm new at Java, I also have to implement Round Robin Algorithm and SRT (preemtive) Algorithm in Java. I was wondering if anyone could help me with that, I would really appreciate It.Thanks
Sinisterxusa at 2007-7-13 16:19:17 > top of Java-index,Other Topics,Algorithms...
# 4
Sure, we are all willing to help. But just go ahead and ask your question, you don't need anyone's permission.
DrClapa at 2007-7-13 16:19:17 > top of Java-index,Other Topics,Algorithms...