Fill the truck - All products loaded onto the truck should be packaged in boxes of the same size. One box can hold different number of units of product for each product type. Given the number of boxes the truck can hold, write an algorithm to determine the maximum number of units of any mix of products that can be shipped.
2. Turnstile - https://leetcode.com/discuss/interview-question/699973