Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiprocessorScheduler

Comparison of scheduling algorithms for multiprocessor systems. C

Heurisitic Scheduler: Intuitive scheduling where the assumption that the optimal solution will be where each processor shares the average load of all tasks.

Parametric Scheduler: A binary search for the optimal solution.

Dynammic Programming: Dynamic programming method, where the solution is split into sub-problems and bottom-up approach is used to reach final solution.

About

Comparison of scheduling algorithms for multiprocessor systems. C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages