"99% of the people saying python sucks just need the very strict boundaries set by C++ to prevent them from writing shitty stuff."
Yes, all those clunky, clunky C++ guardrails always preventing you from writing code leading to seg faults.
Bruh...
| WebGLs | https://paxtian.itch.io/ |
"99% of the people saying python sucks just need the very strict boundaries set by C++ to prevent them from writing shitty stuff."
Yes, all those clunky, clunky C++ guardrails always preventing you from writing code leading to seg faults.
Bruh...
I just completed "Point of Incidence" - Day 13 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/13
This is the first day where Part 2 was easier than Part 1 lol.
Part 1: https://github.com/Paxtian769/AOC23-Day13-point_of_incidence/blob/master/main.cpp
Part 2: https://github.com/Paxtian769/AOC23-Day13-point_of_incidence/blob/Part2/main.cpp
I just completed "Hot Springs" - Day 12 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/12
Well my computer didn't melt, but giving it a 30GB extra swap region was still not enough to help with Part 2.
Fortunately some kind Redditors helped me with some memoization tips and I got this to work. Gonna go delete that swap file now...
https://github.com/Paxtian769/AOC23-Day12-hot_springs/blob/master/main.cpp
I just completed "Cosmic Expansion" - Day 11 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/11
This was fun.
https://github.com/Paxtian769/AOC23-Day11-cosmic_expansion/blob/master/main.cpp
I just completed "Pipe Maze" - Day 10 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/10
https://github.com/Paxtian769/AOC23-Day10-pipe_maze/blob/master/main.cpp
That was far from easy. But I learned some new things!
I just completed "Mirage Maintenance" - Day 9 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/9
Nice to have an easy day!
https://github.com/Paxtian769/AOC23-Day9-mirage_maintenance/blob/master/main.cpp
I just completed "Camel Cards" - Day 7 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/7
I kept getting tripped up by the prompt for this one, but finally finished it.
https://github.com/Paxtian769/AOC23-Day7-camel_cards/blob/master/main.cpp
I just completed "Wait For It" - Day 6 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/6
After spending a full day on Day 5, Day 6 felt like cheating.
https://github.com/Paxtian769/AOC23-Day6-wait_for_it/blob/master/main.cpp
I just completed "If You Give A Seed A Fertilizer" - Day 5 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/5
Finally!
https://github.com/Paxtian769/Day4-seed-fertilizer/blob/master/main.cpp
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