Skip to content

Commit 4738cb0

Browse files
committed
Added day 17 part 2
1 parent 739416e commit 4738cb0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
// project meta data
66
group 'de.havox_design.aoc2015'
7-
version '0.16.2'
7+
version '0.16.3'
88

99
// Switch to gradle "all" distribution.
1010
wrapper {

day17/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ liters, there are four ways to do it:
1111

1212
Filling all containers entirely, how many different **combinations of containers** can exactly fit all `150` liters of
1313
eggnog?
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`.

0 commit comments

Comments
 (0)