MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Round Robin CPU scheduling in java

ampatzidhs opened this issue · comments

Information about Algorithm

Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices (also known as time quanta) are assigned to each process in equal portions and in circular order, handling all processes without priority (also known as cyclic executive). Round-robin scheduling is simple, easy to implement, and starvation-free. Round-robin scheduling can be applied to other scheduling problems, such as data packet scheduling in computer networks. It is an operating system concept.
I am interested to implement this algorithm and contribute to the project.

Have you read the Contributing.md and Code of conduct

  • Yes
  • No

Thanks for opening your first issue here! Be sure to follow the issue template!