Skip to content

Trying to implement various premptive and non-premptive algorithms in Java

Notifications You must be signed in to change notification settings

rks746/OS_Scheduling_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

OS_Scheduling_Algorithms

Trying to implement various preemptive and non-preemptive algorithms in Java

Preemptive algorithms - allow the interruption of an ongoing process if a shorter/better process arrives
Examples: First Come First Serve (FCFS), Shortest Job First (SJF), Priority Algorithm (PA), Multilevel Queue, Future Knowledge

Non-preemptive algorithms - if a process is ongoing, it is NOT interrupted in any case and the new processes arriving have to wait
Examples: Round Robin (RR), Shortest Time Remaining First (STRF), Preemptive Priority, Multilevel Feedback Algorithm

About

Trying to implement various premptive and non-premptive algorithms in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors