Skip to content

noah-dennis-dev/AdventOfCode2023

Repository files navigation

Advent of Code 2023

Here you can find my solutions to all of the 2023 Advent of Code problems. I am using some prewritten code such as pulling the input from the input endpoint and have written (and am still writing) some functions for algorithms that may help me during the course of the 25 days.

Days

Day Difficulty Notes
1 🟡 Part 1 was quite easy being able to simply filter to get only numerical values. Part 2 was much harder mainly due to misunderstanding the questions. I believed that the string "eighthree" would only give 8 as the "t" would be removed. Managed to do it in the end by replacing in the format "two" -> "two2two".
2 🟢 Very good day. A bit of input parsing to do but managed it with ease. Just a bit annoyed I didn't do it quicker but apart from that it was great!
3 🟡 Fairly easy for the most part but messed up on the numbers RegEx which slowed me down a ton and I didn't realise this part was the issue for a while.
4 🟢 Fairly easy day again. I wasn't able to do it as fast as I would have liked, I needed to debug a few things such as keys with excess whitespace but overall a fairly problem free puzzle!
5 🟠 Very interesting but hard problems. Obviously with such large numbers it had to be approached differently to how I would first attempt but it worked out in the end!
6 🟢 Much, much, much nicer than previous days. Still did it a bit slow as I expected more issues (things I hadn't considered) to be honest.
7 🟡 Fairly nice problem today but just took a while as there were many rules.
8 🟢 Part 1 was very nice and quick to find a solution. Part 2 took a bit longer but by knowing to use LCM you could find it. (I may have used google sheets to find the LCM as I wasn't a fan of programming efficiently in the time).
9 🟢 Good problem but easy to solve! I was expecting more of a twist for part 2.
10 🔴 Pretty hard... haven't finished part 2 yet but I know what I need to do.
11 🟢 Pretty easy. Nice twist for part 2.
12 -
13 -
14 -
15 -
16 -
17 -
18 -
19 -
20 -
21 -
22 -
23 -
24 -
25 -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published