Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 347 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 347 Bytes

OS SCHEDULER

Different scheduling algorithms like FCFS, SJF, SRTF etc. were implemented in the single C++ based application. The main aim was to understand and implement the working of different scheduling algorithms

Read more about cpu scheduling algorithms