Skip to content

This repository contains programs for some algorithms I worked on, in the OS design practical in our college.

Notifications You must be signed in to change notification settings

Gaurav-Gilalkar/process-scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

operating-system-design

This repository contains programs for some algorithms I worked on, in the OS design practical in our college. Below is the description of the file names and thier contents. All of them contain process scheduling algorithms.

  1. GG_OSD1.C - First come first serve algorithm
  2. GG_OSD2.C - Shortest job first algorithm
  3. GG_OSDP3.C - Priority scheduling algorithm
  4. GG_OSD4.C - Round robin scheduling algorithm
  5. GG_OSD5.C - Simple example of fork system call
  6. GG_KNAPS.C - Implementation of Knapsack problem

About

This repository contains programs for some algorithms I worked on, in the OS design practical in our college.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages