Skip to content

eddbot/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent_of_code_2023

Solutions (SPOILERS!)

Day Link Notes
1 Java part 2 seemed tougher (relatively) than last year!
2 Java relatively straightforward, nice chilled Saturday :)
3 Go first attempt was completely arse-about-face. Had a walk and a strong coffee and got it done lol
4 Go part 1 was simple enough, part 2 was ok too tbh - always struggle with recursive problems so quite happy that I cracked it relatively quickly :)
5 C# part 1 was noice, got a decent range based solution that solved in <1ms... part 2 miscalculated how long the brute force should run for, which cost me a lot of time debugging 😰 If in doubt just keep it running :)
6 Java After yesterdays brain teaser today was a nice break, just needed a little bit of old-skool maths and a little bit of parsing. Phew
7 Go honestly embarrassed by the brute force on this one :D - my excuse was that I was working in a loud co-working space so couldn't concentrate 😅
8 Ruby ahh back to Ruby, makes parsing things sooo much simpler :) needed a little hint on part 2, but on the whole it went quite smoothly
9 Ruby Quite happy with todays solution as knocked it out in 20 mins :D - the best part was I just needed a little trick to solve part 2 🙂
10 Java currently just part one - WIP ;)
11 Ruby Just part 1 again - overengineered a shortest path algorithm, which wasn't required.. makes part 2's runtime a tad too long :D
12 ? Honestly really struggled with day 12, just couldn't even get my head around the problem to start with 😅 Will come back to it soon ™️
13 Go Part 1 in Go... Monitoring my fun levels, as these challenges are starting to tax me a little too much 😅. As long as i'm learning though, that's the main thing :)
14 Java Part 1 in Java - a few wrinkles we need to iron out before attempting part 2 :)
15 Java Part 1 in Java - again just part one as was a little hungover/busy hehe
16 Java Part 1 and 2, had a bit of time on Sunday afternoon so managed to get both parts of this wrapped up :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published