Skip to content

viral-1996/Lottery-scheduling-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Lottery-scheduling-algorithm

Probabilistic process scheduling algorithm

A type of scheduling algorithm that is a probabilistic in nature, for scheduling processes in an operating system. Processes are each assigned some number of lottery tickets, and the scheduler draws a random ticket to select the next process. The benefit of the algorithm is that each process is given a proportional share of the CPU.

About

Probabilistic process scheduling algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages