The knapsack problem
I try to write about this problem but i can't ...
This is a problem thai i have ..
Suppose you want your knapsack to weigh exactly 20 pounds,
and you have only five item, with weight 11,8,7,6,5 pounds.
For small number of items, humans are preety good at solving this problem by inspection.
So you can probably figure out that only the 8,7,5 combination of items adds up to 20.
....................................................................................................
Easy to understand is write about how to add item equal to 20
using ASM lan.
...................................................................................................