File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55// project meta data
66group ' de.havox_design.aoc2015'
7- version ' 0.16.2 '
7+ version ' 0.16.3 '
88
99// Switch to gradle "all" distribution.
1010wrapper {
Original file line number Diff line number Diff line change @@ -11,3 +11,13 @@ liters, there are four ways to do it:
1111
1212Filling all containers entirely, how many different ** combinations of containers** can exactly fit all ` 150 ` liters of
1313eggnog?
14+
15+ # Part Two
16+ While playing with all the containers in the kitchen, another load of eggnog arrives! The shipping and receiving
17+ department is requesting as many containers as you can spare.
18+
19+ Find the minimum number of containers that can exactly fit all ` 150 ` liters of eggnog. ** How many different ways** can
20+ you fill that number of containers and still hold exactly ` 150 ` litres?
21+
22+ In the example above, the minimum number of containers was two. There were three ways to use that many containers, and
23+ so the answer there would be ` 3 ` .
You can’t perform that action at this time.
0 commit comments