Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 299 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 299 Bytes

Knapsack

In this Java project several different solutions of the NP-complete knapsack problem are illustrated. It comes with a framework to measure the time of the different algorthms and compare their solutions.

More information about the problem: https://en.wikipedia.org/wiki/Knapsack_problem