https://github.com/nikhiljsk/os_schedulers_scratch
Implementation of Scheduler algorithms in operating systems from scratch in C++
https://github.com/nikhiljsk/os_schedulers_scratch
cpp operating-system queue round-robin scheduler scheduling shortest-job-first
Last synced: 2 months ago
JSON representation
Implementation of Scheduler algorithms in operating systems from scratch in C++
- Host: GitHub
- URL: https://github.com/nikhiljsk/os_schedulers_scratch
- Owner: nikhiljsk
- Created: 2018-04-06T14:28:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T09:51:20.000Z (about 5 years ago)
- Last Synced: 2025-01-17T10:26:21.266Z (4 months ago)
- Topics: cpp, operating-system, queue, round-robin, scheduler, scheduling, shortest-job-first
- Language: C++
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Understanding schedulers in Operating systems
## Basic implementation of
* Shortest Job first
* Priority scheduling & Round Robin using two queuesThis repo contains C++ code to understand scheduling in OS.
*This code is part of the project assignment at Lovely Professional University*Cheers :)