Java implementation of 4 CPU scheduling algorithms: First Come First Serve (FCFS), Shortest Job First (SJF), Shortest Remaining Time First (SRTF) and Round Robin (RR).
This project uses JavaFX to build GUI Decktop Application. Run the Program using GUIMain.java.
- Java +8
- JFoenix 8.0.8 library is an open source Java library, that implements Google Material Design using Java components .
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.
Please ⭐️ this repo and share it with others