/OS_deadlock_scheduling_algorithms

Implementation of scheduling algorithms (Round Robin, SJF, Priority, FCFS) and deadlock avoidance algorithm(Banker's Algorithm)

Primary LanguageC

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.