code/dynamic_programming/src/box_stacking/README.md
Given a set of n types of 3D rectangular boxes, find the maximum height that can be reached stacking instances of these boxes. Some onservations:
This problem can be seen as a variation of the dynamic programming problem LIS (longest increasing sequence). The steps to solve the problem are: