Skip to content

Java Swing based CPU Scheduling Algorithm Visualizer able to visualize First come first serve algorithm, Non premptive Shortest Job First Algorithm, Preemptive shortest job first algorithm, Non premptive Priority Scheduling algorithm, Preemptive Priority Scheduling algorithm.

License

Notifications You must be signed in to change notification settings

ayaankhan98/CPU-scheduling-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU-scheduling-visualizer

CPU Scheduling Algorithm Visualizer. Able to visualize

  • First come first serve algorithm
  • Non premptive Shortest Job First Algorithm
  • Preemptive shortest job first algorithm
  • Non premptive Priority Scheduling algorithm
  • Preemptive Priority Scheduling algorithm

Requirements

  • Compiled with javac 16.0.2
  • openjdk 16.0.2 2021-07-20
  • OpenJDK Runtime Environment (build 16.0.2+7)
  • OpenJDK 64-Bit Server VM (build 16.0.2+7, mixed mode)

Test Drive

Download the jar file and run using java -jar filename.jar

  • compile using javac Application.java
  • run java Application

About

Java Swing based CPU Scheduling Algorithm Visualizer able to visualize First come first serve algorithm, Non premptive Shortest Job First Algorithm, Preemptive shortest job first algorithm, Non premptive Priority Scheduling algorithm, Preemptive Priority Scheduling algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages