Skip to content

ravisingh2000/Process-Scheduling-Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process-Scheduling-Algorithms

The simulation of following process scheduling algorithms : FCFS, SJF, RoundRobin.

The simulation is based on creating random sequence of processes of random length and checking the average waiting time for using each of three basic alogrithms. It is very useful to understand all advantages and disadvantages of process scheduling algorithms and to compare them. The project also consists "Menu" in the file lab1.java, which can be useful for the user.

RoundRobin algorithm is more complicated than the other two, so the implementation differs a bit.

About

The simulation of following process scheduling algorithms : FCFS, SJF, RoundRobin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%