Made a typo writing name instead of __name__
Added a test case check knapsack.py
Given weights and values of n items, put these items in a knapsack of capacity W to get the maximum total value in the knapsack.