Skip to content

bondxf/cs5250-assignment4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS5250 Assignment 4

This repository is for CS5250 assignment 4. It implements 4 process scheduling algorithms FCFS, Round Robin, SRJF and SJF.

Language is Java. Java 8 is required to compile and run the code. Source code is in the src directory.

How to run: Compile the main class Simulator: javac src/Simulator.java Run the simulator: java -cp src/ Simulator

Outputs: The outputs are created in the output folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published