#adventofcode23 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #adventofcode23, aggregated by home.social.
-
Well I've made it through Day 22 of Advent of Code. The difficulty sure ramps up. Reminds me of good times back in the winters of 2020/2021 that I spent doing the brutally difficult abstract algebra set of Cryptopals. I'm simultaneously happy to use my code puzzling muscles and relieved this kind of stuff isn't my day job. #adventofcode23
-
I just completed "Scratchcards" - Day 4 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/4
https://github.com/Paxtian769/AOC23-Day4-scratchcards/blob/master/main.cpp
#AdventOfCode #adventofcode23 #adventofcode2023 #programming #cpp
-
I've completed "Camel Cards" - Day 7 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/7
#aoc #aoc23 #AdventOfCode23 #aoc2023 #AdventOfCode2023 #aoc_cpp -
I've completed "Camel Cards" - Day 7 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/7
#aoc #aoc23 #AdventOfCode23 #aoc2023 #AdventOfCode2023 #aoc_cpp -
I've completed "Camel Cards" - Day 7 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/7
#aoc #aoc23 #AdventOfCode23 #aoc2023 #AdventOfCode2023 #aoc_cpp -
I just completed "Gear Ratios" - Day 3 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/3
https://github.com/Paxtian769/AOC23-Day3-gear_ratios/blob/master/main.cpp
This one was frustrating.
-
#adventofcode #adventofcode23 day 3 part 2 is exhausting. I feel like there must be a better way than my brute force attack. SO MANY CASES!
-
Once again I learn I will go to incredibly great lengths to avoid solving the quadratic equation.
I've completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/6
#aoc #AdventOfCode23 #aoc23 #aoc_cpp -
Once again I learn I will go to incredibly great lengths to avoid solving the quadratic equation.
I've completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/6
#aoc #AdventOfCode23 #aoc23 #aoc_cpp -
Did day 1 of #AdventOfCode23 this afternoon. I was pleasantly surprised to find others had gone for the same kind of messy-but-works approach to part 2. Was convinced there'd be an "obvious" built in method I didn't know about.