Operating System concepts: process scheduling and deadlock avoidance. Process Scheduling:
- Round Robin algorithm
- First Come First Serve
- Priority
- Shortest Job First
Deadlock Avoidance uses Banker's algorithm
How to run: compile the .c files and run.
Implementation of scheduling algorithms (Round Robin, SJF, Priority, FCFS) and deadlock avoidance algorithm(Banker's Algorithm)
C
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.