New: adventofcodeAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932hive-166405photographyhive-185836uncommonlabhive-150122hive-183397hive-144064bitcoinlifehive-188619hive-103599krsuccesshive-101145hive-139150hive-124908hive-109690hive-184714hive-145157TrendingNewHotLikersjustyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 14 - Regolith ReservoirAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 14 - Regolith…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 13 - Distress SignalAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 13 - Distress Signal…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 12 - Hill Climbing AlgorithmAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 12 - Hill Climbing…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 11 - Monkey in the MiddleAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 11 - Monkey in the…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 10 - Cathode-Ray TubeAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 10 - Cathode-Ray Tube…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 09 - Rope BridgeAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 09 - Rope Bridge Q1…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 08 - Treetop Tree HouseAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 08 - Treetop Tree…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 07 - No Space Left On DeviceAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 07 - No Space Left On…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 06 - Tuning TroubleAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 06 - Tuning Trouble…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 05 - Supply StacksAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 5 - Supply Stacks Q1…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 04 - Camp CleanupAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 4 - Camp Cleanup Q1…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 03 - Rucksack ReorganizationAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 3 -Rucksack…justyy (82)in adventofcode • 2 years agosteemCreated with Sketch.Avent of Code - Day 02 - Rock Paper ScissorsAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. Day 2 - Rock Paper Scissor…justyy (82)in hive-102132 • 2 years agosteemCreated with Sketch.Avent of Code - Day 01 - Calorie CountingAdvent of Code occurs at Dec 01 to 25 where each day, you will need to solve a puzzle. It is Festival and the problem statement is mostly related to Christmas. You can join my leaderboard by…markgritter (59)in adventofcode • 6 years agoAdvent of Code day 13 [spoilers]Day 13 is a simulation of carts on tracks. The track layout is given by an ASCII diagram, like this one: /->-\ markgritter (59)in adventofcode • 6 years agoAdvent of Code, day 12, in Haskell [spoilers]Day 12 asks us to implement a cellular automaton. There's a lot of flavor text, but that's basically it. The rules are part of the puzzle; I don't know if they're actually different for…markgritter (59)in adventofcode • 6 years agoAdvent of Code Day 11 [spoilers], Inclusion-Exclusion, and Haskell's odd design decisionsHaskell has a maximum function and it has lazy evaluations of lists. I come from Python that has a max function and list generators. But there turns out to be a crucial difference. Day…markgritter (59)in adventofcode • 6 years agoAdvent of Code Day 8 [spoilers]Day 8's puzzle was basically just about parsing a long list of integers correctly, and writing tree-recursive functions correctly. Both are pretty easy in Haskell. I defined the tree object…markgritter (59)in adventofcode • 6 years agoAdvent Of Code Day 5 [spoilers]I completely gave up on solving the Advent of Code problems as they went up, and I'm backfilling the days I missed, which is most of them. Day 5 was the first time I really felt happy with my…markgritter (59)in adventofcode • 6 years agoAdvent of Code, day 7 [spoilers]The Day 7 puzzle is about parallel builds. So, just convert your input into a Makefile and solve it with GNU Make! OK, maybe not. I probably could have gotten that working in less time than it…