How to Solve the Knapsack problem using memory functions?

Discussion in 'Programming' started by chandanpuri, Jun 10, 2014.

  1. #1
    Item 1 2 3 4

    Weight 2 6 4 8

    Value (in Rs.)12 16 30 40

    Knapsack capacity is given as W=12. Analyze the Knapsack problem using memory functions with the help of the values given above.
     
    chandanpuri, Jun 10, 2014 IP