Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aem/knapsack


https://github.com/aem/knapsack

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Knapsack Solver
This is a Python solver for the traditional knapsack problem.

The premise of the problem is simple. Given a set of objects with given weights
and values, as well as a knapsack with a capacity "x", find the set of objects
that will maximize the value of the knapsack while keeping the knapsack's weight
under capacity.