Lab 7 - Oct. 6
Today's lab assignment is for you to play around with the sequential knapsack algorithm. Run the code on the department machines; do not use bassi.
- Download the sequential code for the knapsack algorithm. A tar file is available here.
- Compile the code and get it to run.
- Study the code.
- Modify code to print the whole table when in debug mode.