Skip to content

Implementation of Scheduler algorithms in operating systems from scratch in C++

Notifications You must be signed in to change notification settings

nikhiljsk/OS_Schedulers_scratch

Repository files navigation

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 :)

About

Implementation of Scheduler algorithms in operating systems from scratch in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages