soorabsoni / Competitve-Programming

Happy Problem Solving
MIT License
0 stars 16 forks source link

Round Robin Program in Java #27

Closed shivamjaiswal64 closed 3 years ago

shivamjaiswal64 commented 3 years ago

A round-robin is a CPU scheduling algorithm that shares equal portions of resources in circular orders to each process and handles all processes without prioritization. It removes the starvation for each process to achieve CPU scheduling by proper partitioning of the CPU.