Skip to content

zszkiladz/KnapsackProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Knapsack problem

The knapsack problem is a problem in combinatorial optimization. Take set of items, each with value and weight, specify the number of items to be included in the collection, so that the total value is as large as possible and total weight is less than or equal to the given limit.

About

The knapsack problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages