TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.82k stars 7.28k forks source link

feat: add round robin scheduling algorithm with tests #2901

Open Kartikay-0111 opened 1 week ago

Kartikay-0111 commented 1 week ago

Description of Change

This PR adds the implementation of the Round Robin Scheduling algorithm. It calculates:

Checklist