Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 257 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 257 Bytes

Knapsack-implementation-Python by: Andrea Rubbi

Knapsack solution program in Python. Both 'branch and bound' and 'brute force' algorithms with an explanatory PDF

NB: this was part of a university project. Please read the PDF for all the information.