Skip to content

Tingkai911/scheduling-greedy-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Scheduling Application Tasks using Greedy Algorithm

  • Each task has a Weight (to indicate priority) and Length (to indicate run time)
  • For each task, we compute a score = weight/time and sort them in decreasing order (from large to small)
  • We then run the task starting from the largest score

About

Scheduling Application Tasks using Greedy Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages