Index of /pedro/python/knapsack
Name
Last modified
Size
Description
Parent Directory
-
knapsack2.py
2025-03-22 10:20
1.9K
knapsack.py
2025-03-21 13:11
1.6K
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.