Skip to content

Vermillionaire/uniprocessor-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java program to simulate different processer secheduling algorithms for a uniprocessor. Outputs a gantt chart of the processes along with the wait time and turnaround times.

Input file is schedule.dat

First line of the input file is the number of processes (Dont add more processes than can fit into the time slot). Second line is the total processing time. The third line starts with the process number, then whitespace, process arival time, whitespace, and lastly the execution time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages