Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

process-scheduling-java

This Java program simulates various CPU scheduling algorithms:

  • FCFS (First-Come-First-Serve)
  • Round Robin (with configurable quantum)

Features

  • Trace view of scheduling timeline
  • Calculation of turnaround time and normalized turnaround time
  • Modular structure to easily extend more algorithms

How to Run

Compile and run CpuSchedulingSimulator.java using any IDE or terminal:

javac CpuSchedulingSimulator.java
java CpuSchedulingSimulator