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.
- GG_OSD1.C - First come first serve algorithm
- GG_OSD2.C - Shortest job first algorithm
- GG_OSDP3.C - Priority scheduling algorithm
- GG_OSD4.C - Round robin scheduling algorithm
- GG_OSD5.C - Simple example of fork system call
- GG_KNAPS.C - Implementation of Knapsack problem