Index of /pedro/python/knapsack

 NameLast modifiedSizeDescription

 Parent Directory   -  
 knapsack.py 2025-03-21 13:11 1.6K 
 knapsack2.py 2025-03-22 10:20 1.9K 

The file knapsack.py contains a greedy algorithm for the knapsack problem. The file knapsack2.py contais the solver for the knapsack problem, and it always gives the perfect solution.