pateldevang / OS-ALLSCHEDULING-ALGO

Operating systems all scheduling algorithm C implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS-ALLSCHEDULING-ALGO

Operating systems all scheduling algorithm C implementation.

  1. FCFS(First come first served)
  2. RR(Round Robin)
  3. SJF(Shortest job first)
  4. Priority scheduling Non-preemptive
  5. Priority scheduling preemptive

Note: all the implementation contains arrival time also.

Special Thanks: @Siddhant Keskar for helping implementing the above.

About

Operating systems all scheduling algorithm C implementation.

License:MIT License


Languages

Language:C 100.0%