项目作者: chinmay69

项目描述 :
Implementation of scheduling algorithms (Round Robin, SJF, Priority, FCFS) and deadlock avoidance algorithm(Banker's Algorithm)
高级语言: C
项目地址: git://github.com/chinmay69/OS_deadlock_scheduling_algorithms.git


Operating System concepts: process scheduling and deadlock avoidance.
Process Scheduling:

  1. Round Robin algorithm
  2. First Come First Serve
  3. Priority
  4. Shortest Job First

Deadlock Avoidance uses Banker’s algorithm

How to run:
compile the .c files and run.