CPSC 327 Data Structures and Algorithms Spring 2024

Comments on Homework 23

In general: be careful when copying or following a previous example as a template — watch out for copy-and-paste errors (leaving terminology from other problems in place) and make sure you understand the why of what the solution is for each step of the process (e.g. don't suddenly introduce an overall time limit for completing all of the challenges because 0-1 knapsack had on overall weight capacity).