https://github.com/alishbz/round_robin
By developing the Round Robin algorithm, I tried to make scheduling that can be used in the real world with priority ordering.
https://github.com/alishbz/round_robin
c round-robin scheduler
Last synced: 7 months ago
JSON representation
By developing the Round Robin algorithm, I tried to make scheduling that can be used in the real world with priority ordering.
- Host: GitHub
- URL: https://github.com/alishbz/round_robin
- Owner: Alishbz
- Created: 2023-07-15T16:15:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T16:17:18.000Z (over 2 years ago)
- Last Synced: 2025-02-08T14:12:48.370Z (8 months ago)
- Topics: c, round-robin, scheduler
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# round_robin
By developing the Round Robin algorithm, I tried to make scheduling that can be used in the real world with priority ordering.# Requirements
------
'PURE C'
Visual Studio 2022 for test.
it can be use in every Hardware/PC/Framework.
# Contact
------
Created By Ali Sahbaz
-> ali_sahbaz@outlook.com
-> [MY LINKEDIN ACCOUNT](https://www.linkedin.com/in/ali-%C5%9Fahbaz-6588a8115/)