Skip to content

bumblePrime/CPU-Scheduling-Algorithms

Repository files navigation

CPU Scheduling Algorithms

Implimentation of various CPU Scheduling Algorithms in Java.These were created as part of college lab assignments.

All the programs will read input from a file and write the output to another file. The Files will be passed as Command Line Arguments. To facilitate this, a class InOut has been defined and will be used in all other classes.

The Process Class contains Process Atributes like CPU burst,Waiting Time etc.

About

This repository contains my implementations of some common CPU scheduling algorithms

Resources

Stars

Watchers

Forks

Languages