Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 205 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 205 Bytes

Scheduling Algorithm Solver

Scheduling Algorithms to be added,

  • FCFS (First come first serve)
  • SJF (Shortest job first)
  • SRTF (Shortest Remaining time first)
  • RR (Round Robin)