• Stars
    star
    3
  • Rank 3,959,546 (Top 79 %)
  • Language
    C++
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

All the codes are done in C++. There are 5 scheduling a algorithms. First Come, First Served (FCFS), Shortest Job First (SJF/ non-preemptive SJF), Shortest Remaining Time First (SRTF/ preemptive SJF), Round Robin (RR) and Priority Scheduling. These is also another algorithm of deadlock chapter. Banker's Algorithm