Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 274 Bytes

File metadata and controls

11 lines (9 loc) · 274 Bytes

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.