Path: blob/master/Programming Assignment 4/README.md
423 views
File Description
.txt
files are data file.knapsack1.txt
with 10000 knapsack size and 100 items;knapsack_big.txt
with 2000000 knapsack size and 2000 items.
.ipynb
file is the solution of Week 4 programming assignmentknapsack1.ipynb
knapsack_big.ipynb
.html
file is thehtml
version of.ipynb
file.knapsack1.html
knapsack_big.html
Snapshot
open .html
file via brower for quick look.
Implementation
Knapsack Algorithm