Implementation of scheduling algorithms (Round Robin, SJF, Priority, FCFS) and deadlock avoidance algorithm(Banker's Algorithm)
Operating System concepts: process scheduling and deadlock avoidance.
Process Scheduling:
Deadlock Avoidance uses Banker’s algorithm
How to run:
compile the .c files and run.