Skip to content

azeemshaikh38/MultiprocessorScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published