Skip to content

BeauCranston/KnapsackAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

KnapsackAlgorithm

An example of the use of the Knapsack algorithm. Each item has a weight and value and the "knapsack" has a max weight that it can hold. The algorithm's job is to find the combination of items that maximizes the value while maintaining a weight <= to the knapsacks max weight.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages