Skip to content

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

Notifications You must be signed in to change notification settings

ChinmayChoudhury/OS_deadlock_scheduling_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages