Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 319 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 319 Bytes

Evolution

A simple example solving the knapsack problem using Go.

I assume that a real bag can stretch slightly and having a value that is 1/1000 of the weight larger than the target will not effect the final efficacy of the algorythm. Making this approach slightly different from the normal problem.

Enjoy :)