An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

        

# Understanding schedulers in Operating systems

## Basic implementation of
* Shortest Job first
* Priority scheduling & Round Robin using two queues

This repo contains C++ code to understand scheduling in OS.

*This code is part of the project assignment at Lovely Professional University*

Cheers :)