Cosmic-Goat / CS202-Lab2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS202 Operating Systems
Lab 2
Shrey Pasricha
sp5632

I have inclueded a makefile for correct compilation of my scheduler program. Simply run 'make' to compile it.
The main source file is src/main.cpp, and all scheduling algorithm logic is placed in their respective .cpp class files.

About


Languages

Language:C++ 95.6%Language:Makefile 4.4%