Reflowed problems and added solutions

This commit is contained in:
2018-03-15 11:24:23 -05:00
parent 986d17f104
commit 2a37946673
50 changed files with 2124 additions and 1464 deletions

View File

@@ -1,53 +1,46 @@
Advent of Code
br0xen 40*
• [About]
• [Stats]
• [Leaderboard]
• [Settings]
• [Log out]
Advent of Code
--- Day 17: No Such Thing as Too Much ---
The elves bought too much eggnog again - 150 liters this time. To fit it all into your
refrigerator, you'll need to move it into smaller containers. You take an inventory of the
capacities of the available containers.
The elves bought too much eggnog again - 150 liters this time. To fit it all
into your refrigerator, you'll need to move it into smaller containers. You
take an inventory of the capacities of the available containers.
For example, suppose you have containers of size 20, 15, 10, 5, and 5 liters. If you need to
store 25 liters, there are four ways to do it:
For example, suppose you have containers of size 20, 15, 10, 5, and 5
liters. If you need to store 25 liters, there are four ways to do it:
 15 and 10
 20 and 5 (the first 5)
 20 and 5 (the second 5)
 15, 5, and 5
Filling all containers entirely, how many different combinations of containers can exactly fit
all 150 liters of eggnog?
Filling all containers entirely, how many different combinations of
containers can exactly fit all 150 liters of eggnog?
Your puzzle answer was 1304.
--- Part Two ---
While playing with all the containers in the kitchen, another load of eggnog arrives! The
shipping and receiving department is requesting as many containers as you can spare.
While playing with all the containers in the kitchen, another load of eggnog
arrives! The shipping and receiving department is requesting as many
containers as you can spare.
Find the minimum number of containers that can exactly fit all 150 liters of eggnog. How many
different ways can you fill that number of containers and still hold exactly 150 litres?
Find the minimum number of containers that can exactly fit all 150 liters of
eggnog. How many different ways can you fill that number of containers and
still hold exactly 150 litres?
In the example above, the minimum number of containers was two. There were three ways to use
that many containers, and so the answer there would be 3.
In the example above, the minimum number of containers was two. There were
three ways to use that many containers, and so the answer there would be 3.
Your puzzle answer was 18.
Both parts of this puzzle are complete! They provide two gold stars: **
At this point, you should return to your advent calendar and try another puzzle.
At this point, you should return to your advent calendar and try another
puzzle.
If you still want to see it, you can get your puzzle input.
You can also [Shareon Twitter Google+ Reddit] this puzzle.
References
Visible links
@@ -59,6 +52,3 @@ References
. http://adventofcode.com/auth/logout
. http://adventofcode.com/
. http://adventofcode.com/day/17/input
. https://twitter.com/intent/tweet?text=I%27ve+completed+%22No+Such+Thing+as+Too+Much%22+%2D+Day+17+%2D+Advent+of+Code&url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F17&related=ericwastl&hashtags=AdventOfCode
. https://plus.google.com/share?url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F17
. http://www.reddit.com/submit?url=http%3A%2F%2Fadventofcode%2Ecom%2Fday%2F17&title=I%27ve+completed+%22No+Such+Thing+as+Too+Much%22+%2D+Day+17+%2D+Advent+of+Code