The results of the simulation show that the Genetic algorithm performs well compared to First Come First Serve Algorithm, Round Robin Algorithm, and Shortest Job First algorithm.
-
Updated
Apr 2, 2020 - Java
The results of the simulation show that the Genetic algorithm performs well compared to First Come First Serve Algorithm, Round Robin Algorithm, and Shortest Job First algorithm.
Java implementation of 4 CPU scheduling algorithms - With GUI Desktop App
Java program to simulate CPU scheduling algorithms.
"CPU Scheduling Algorithms Implementation Repository"
The project is a simulation for some of the CPU scheduling algorithms and making a comparison between them.
This repository features a Java implementation of various OS scheduling algorithms, including FCFS, SJF, SRTF, Round Robin, and Priority Scheduling. It demonstrates both preemptive and non-preemptive scheduling strategies.
Add a description, image, and links to the rr-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the rr-scheduling topic, visit your repo's landing page and select "manage topics."