#adventofcodespoilers — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #adventofcodespoilers, aggregated by home.social.
-
back at it with day 9. Kind of neat how part 2 is basically the same as part 1 by using lists instead of vectors
-
back at it with day 9. Kind of neat how part 2 is basically the same as part 1 by using lists instead of vectors
-
Day 8 part 2: OK, easy enough once you know the trick but I find this deeply unsatisfying
https://github.com/lambdasierra/adventofcode2023/blob/d5d79e96155bc26909c0de5d09c3371fc7068e67/clojure/src/advent/day08/part2.clj -
Day 8 part 2: OK, easy enough once you know the trick but I find this deeply unsatisfying
https://github.com/lambdasierra/adventofcode2023/blob/d5d79e96155bc26909c0de5d09c3371fc7068e67/clojure/src/advent/day08/part2.clj -
Day 8 part 2: this seems straightforward, but it's taking forever to run. Bug? Or is there a loop in my input?
https://github.com/lambdasierra/adventofcode2023/blob/f3344a8d9d75a2b920f66943d314a6852c8d0cc2/clojure/src/advent/day08/part2.clj -
Day 8 part 2: this seems straightforward, but it's taking forever to run. Bug? Or is there a loop in my input?
https://github.com/lambdasierra/adventofcode2023/blob/f3344a8d9d75a2b920f66943d314a6852c8d0cc2/clojure/src/advent/day08/part2.clj -
Day 8 part 1: just follow the instructions
https://github.com/lambdasierra/adventofcode2023/tree/2367c50ececa410f1eaa0e53cb42bc0e613a5ad0/clojure/src/advent/day08 -
Day 8 part 1: just follow the instructions
https://github.com/lambdasierra/adventofcode2023/tree/2367c50ececa410f1eaa0e53cb42bc0e613a5ad0/clojure/src/advent/day08 -
Day 7 part 2: Not much to see here, just brute-forcing the Joker substitution
https://github.com/lambdasierra/adventofcode2023/tree/f5a40428484536d0ecd0e4e8c69642a035d2bcb0/clojure/src/advent/day07 -
Day 7 part 2: Not much to see here, just brute-forcing the Joker substitution
https://github.com/lambdasierra/adventofcode2023/tree/f5a40428484536d0ecd0e4e8c69642a035d2bcb0/clojure/src/advent/day07 -
Day 7 part 1: Comparators! Can't believe I got that to work on the first try
https://github.com/lambdasierra/adventofcode2023/tree/e7ae26de3ef25ceff8be7fe2fb583231133a2b6f/clojure/src/advent/day07 -
Day 7 part 1: Comparators! Can't believe I got that to work on the first try
https://github.com/lambdasierra/adventofcode2023/tree/e7ae26de3ef25ceff8be7fe2fb583231133a2b6f/clojure/src/advent/day07 -
Day 6: just brute-force but the input is small enough that it works fine
https://github.com/lambdasierra/adventofcode2023/tree/9908099494f60a2d56c5b66bca9410684811bd17/clojure/src/advent/day06 -
Day 6: just brute-force but the input is small enough that it works fine
https://github.com/lambdasierra/adventofcode2023/tree/9908099494f60a2d56c5b66bca9410684811bd17/clojure/src/advent/day06 -
Day 5 part 2: this is a mess of off-by-1 errors and I'm not even done yet https://github.com/lambdasierra/adventofcode2023/tree/b181e3c136baa18195269b979d5c2d54e3abfa6a/clojure/src/advent/day05
-
Day 5 part 2: this is a mess of off-by-1 errors and I'm not even done yet https://github.com/lambdasierra/adventofcode2023/tree/b181e3c136baa18195269b979d5c2d54e3abfa6a/clojure/src/advent/day05
-
Day 5 part 1: not bad, even while tired. Not dealing with part 2 tonight. I put my REPL interactions in a separate file this time https://github.com/lambdasierra/adventofcode2023/tree/0999a06be2e492b42cdc476106f62ca2bc49cdc5/clojure/src/advent/day05
-
Day 5 part 1: not bad, even while tired. Not dealing with part 2 tonight. I put my REPL interactions in a separate file this time https://github.com/lambdasierra/adventofcode2023/tree/0999a06be2e492b42cdc476106f62ca2bc49cdc5/clojure/src/advent/day05
-
Day 4 part 2: At first glance I thought it was recursive, but it's just keeping track of some state, so not bad
https://github.com/lambdasierra/adventofcode2023/blob/43294f9df84990ca2e97ba01a53be8e7bc92c653/clojure/src/advent/day04/part2.clj -
Day 4 part 2: At first glance I thought it was recursive, but it's just keeping track of some state, so not bad
https://github.com/lambdasierra/adventofcode2023/blob/43294f9df84990ca2e97ba01a53be8e7bc92c653/clojure/src/advent/day04/part2.clj -
Day 4 part 1: now that was a nice, straightforward parsing & iterating problem, and I got to use set/intersection https://github.com/lambdasierra/adventofcode2023/blob/9eb55d3aec506948a5e5215bab55ed7acdd9ad03/clojure/src/advent/day04/part1.clj
-
Day 4 part 1: now that was a nice, straightforward parsing & iterating problem, and I got to use set/intersection https://github.com/lambdasierra/adventofcode2023/blob/9eb55d3aec506948a5e5215bab55ed7acdd9ad03/clojure/src/advent/day04/part1.clj
-
Day 3 finished, only a couple days late. 😅 Would have been sooner if I'd written fewer bugs
https://github.com/lambdasierra/adventofcode2023/tree/e1d26a64e2061502ce914907fdbb3b869600adea/clojure/src/advent/day03#AdventOfCode2023 #Clojure #AdventOfCodeSpoilers #AdventOfCode
-
Day 3 finished, only a couple days late. 😅 Would have been sooner if I'd written fewer bugs
https://github.com/lambdasierra/adventofcode2023/tree/e1d26a64e2061502ce914907fdbb3b869600adea/clojure/src/advent/day03#AdventOfCode2023 #Clojure #AdventOfCodeSpoilers #AdventOfCode
-
Day 3: After far too long, I found … a missing minus sign. This is why programmers are bitter.
https://github.com/lambdasierra/adventofcode2023/commit/d34540d71d9fdb76c0166bdf2cc909f5c2537728 -
Day 3: After far too long, I found … a missing minus sign. This is why programmers are bitter.
https://github.com/lambdasierra/adventofcode2023/commit/d34540d71d9fdb76c0166bdf2cc909f5c2537728 -
Any day I get to use `transduce` is a good day: #AdventOfCode2023 day 2 "Cube Conundrum" https://github.com/lambdasierra/adventofcode2023/tree/b5fed46277acd7c36e1f340875cab1f8782bd8f4/clojure/src/advent/day02
#Clojure #AdventOfCode #AdventOfCodeSpoilers -
Any day I get to use `transduce` is a good day: #AdventOfCode2023 day 2 "Cube Conundrum" https://github.com/lambdasierra/adventofcode2023/tree/b5fed46277acd7c36e1f340875cab1f8782bd8f4/clojure/src/advent/day02
#Clojure #AdventOfCode #AdventOfCodeSpoilers -
Day 1 of #AdventOfCode2023 and I learned something about regular expressions https://github.com/lambdasierra/adventofcode2023/blob/3fa43d354eb5d70bb9636502439a3475924febae/clojure/src/advent/day01/part2.clj#L21
-
Day 1 of #AdventOfCode2023 and I learned something about regular expressions https://github.com/lambdasierra/adventofcode2023/blob/3fa43d354eb5d70bb9636502439a3475924febae/clojure/src/advent/day01/part2.clj#L21