#adventofcodeUnmoderated tagAll postsTrending CommunitiesSteemitCryptoAcademyNewcomers' Communityআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceAVLE 일상WORLD OF XPILARSteem POD TeamBeauty of CreativitySCT.암호화폐.CryptoItalyExplore Communities...#adventofcodeTrendingHotNewPayoutsMutedjustyy (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…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…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…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…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…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…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…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…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…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…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…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…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…justyy (82)in Witness Activities • 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…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…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…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…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…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…