Skip to content

This is a processor scheduler. It is written in Java 17 and JavaFX 19.0.2.1 is used for the GUI.

Notifications You must be signed in to change notification settings

X3nonC0der/Processor-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processor Scheduler

Java 17 JavaFX Generic badge

This is a processor scheduler that simulates the following scheduling algorithms:

  • First Come First Serve (FCFS)
  • Shortest Job First (SJF) Non-Preemptive
  • Shortest Job First (SJF) Preemptive
  • Priority Non-Preemptive
  • Priority Preemptive
  • Round Robin (RR)

It is written in Java 17 and JavaFX 17.0.1 is used for the GUI.

Sample Video

OS.mp4

GUI

The GUI is built using JavaFX.

Installation

git clone
cd processor-scheduler

Usage

mvn clean javafx:run

Dependencies

Authors

Acknowledgements

License

MIT

About

This is a processor scheduler. It is written in Java 17 and JavaFX 19.0.2.1 is used for the GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages