Columns w represents weights <0, 1, 2, 3, ........11>
Rows i represent Item number <0, 1, 2, 3, 4, 5>
cell <i, w> indicates total profit P by "including any/some/all of the first i items in knapsack having combined weight w"
verify it !!