Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ round_robin.py
File
round_robin.py
scheduling/round_robin.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Round Robin is a scheduling algorithm.
3
In Round Robin each process is assigned a fixed time slot in a cyclic way.
4
https://en.wikipedia.org/wiki/Round-robin_scheduling
Callers
nothing calls this directly
Calls
3
calculate_turn_around_times
Function · 0.85
mean
Function · 0.85
calculate_waiting_times
Function · 0.70
Tested by
no test coverage detected