Skip to content

dynamic programming algorithm for weighted interval scheduling

Notifications You must be signed in to change notification settings

ttrfstud/dp-wisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dp-wisp

dp-wisp is a module computing solution for weighted interval scheduling problem, using dynamic programming algorithm described here. the signature of the only exported method is (jobs, weif), where jobs is an array of jobs, where each job has .s (start) and .f (finish) properties. weif is short for "weighting function", its signature should be (job), and it will be passed any job to determine the weight of that job. please check your arguments before invoking it!

About

dynamic programming algorithm for weighted interval scheduling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published