MCPcopy 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"""
2Round Robin is a scheduling algorithm.
3In Round Robin each process is assigned a fixed time slot in a cyclic way.
4https://en.wikipedia.org/wiki/Round-robin_scheduling

Callers

nothing calls this directly

Calls 3

meanFunction · 0.85
calculate_waiting_timesFunction · 0.70

Tested by

no test coverage detected