We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Solution
1. Determine the size of the boxes
2. Determine the quantity of each type
3. If the quantity of each type corresponds to the size of the box -> return 'Possible' otherwise 'Impossible'
Code:
Organizing Containers of Balls
You are viewing a single comment's thread. Return to all comments →
Solution 1. Determine the size of the boxes 2. Determine the quantity of each type 3. If the quantity of each type corresponds to the size of the box -> return 'Possible' otherwise 'Impossible' Code: