And the rest is silence.
And the rest is silence.
#adventofcode #adventofcode23 #adventofcode2023
Finaly had time and energy to finish day 5 part 2
It runs in 0.05 second, with python
Now the retro
TLDR
Do not code when you are tired and its after midnight
(1/3)
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 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 #AOC2023 #adventofcode23 Day 2 my solution, SPOILERS:
https://github.com/Paxtian769/AOC23-Day2-cube_conundrum/blob/main/main.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
solving day 3 of advent of code
looping through 2D-arrays and matrices always messes me up...