-
Notifications
You must be signed in to change notification settings - Fork 0
sylvie7788/os_cpu_scheduling
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simulation of 4 kinds of cpu scheduling: fifo, lifo, round robin, highest penalty ratio next. How to run: 1/ open terminal 2/enter: javac Main.java Process.java 3/enter: java Main input_1 OR java Main input_1 --verbose ------------ "input_1" can be anything : your test file name ------------ verbose means showing detailed step, easy for debugging
About
Implemented 4 ways of cpu scheduling - fifo, lifo, round robin ,highest penalty ratio next
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published