Abnew123
Abnew123
  • 22
  • 736
Advent of Code 2024 Day 21
Very tough day, 2.5 hours for part 1, and I never finish part 2 (so feel free to stop watching after the part 1 solve)
Problem viewable at adventofcode.com/2024/day/21
Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Day21.java
Переглядів: 37

Відео

Advent of Code 2024 Day 20
Переглядів 552 години тому
Got a bit lucky that my part 1 solution went into part 2 really well. Still need to get better at grid manipulation in general (and build out my helper methods), but not a bad showing. If you are interested in a blog form of AoC coverage, that's viewable here: abnew123.substack.com/p/advent-of-code-2024-part-3 Problem viewable at adventofcode.com/2024/day/20 Solution file viewable at: github.co...
Advent of Code 2024 Day 19
Переглядів 134 години тому
A remarkably easy day for this late into the event. The main key is realizing how much duplication occurs and caching it. I really thought part 2 would be something about each towel growing in length to be honest If you are interested in AoC content in blog form, I recently posted my thoughts on days 11-15, viewable here: abnew123.substack.com/p/advent-of-code-2024-part-3, and will post all day...
Advent of Code 2024 Day 18
Переглядів 397 годин тому
Very chill day for this late into Advent of Code. Glad to have a breather, I thought for sure part 2 was going to involve moving while the bytes were falling from the air in real time or something. If you are interested in checking out the text form of my musings, that's viewable here: abnew123.substack.com/p/advent-of-code-2024-part-2 Problem viewable at adventofcode.com/2024/day/18 Solution f...
Advent of Code 2024 Day 17
Переглядів 449 годин тому
I think this is the first day where brute force fails (at least, given a naive algorithm for running the program). Took a bit of thinking to see how to split up the second part into manageable chunks. My blog where I discuss these questions in text form: abnew123.substack.com Problem viewable at adventofcode.com/2024/day/17 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/so...
Advent of Code 2024 Day 16
Переглядів 4712 годин тому
Extremely long day for me. I would honestly not recommending watching more than the first ten minutes, but posting the full thing for completeness. Problem viewable at adventofcode.com/2024/day/16 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Day16.java
Advent of Code 2024 Day 15
Переглядів 1914 годин тому
3 day streak of at least one part being top 1000! Very poor assumption on my part though to assume each additional row of boxes being pushed is necessarily a superset of the previous row. If you are interested in my blog, that's viewable here: abnew123.substack.com/ Problem viewable at adventofcode.com/2024/day/15 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Da...
Advent of Code 2024 Day 14
Переглядів 2016 годин тому
Lots of small, common paper cuts today between being off by one on checks, being unsure on x vs y, and correctly getting the positive modulo of a number. Overall relatively smooth though, it's the first ascii art in a while If you are interested in my blog, that's viewable here: abnew123.substack.com/p/advent-of-code-2024-part-1 Problem viewable at adventofcode.com/2024/day/14 Solution file vie...
Advent of Code 2024 Day 13
Переглядів 5519 годин тому
Unfortunately one of my worst part 2 ranks today, just a single calculation being flipped had huge consequences. Annoying because two negative multiplied become a positive, it had no impact on part 1, but I suspect the numbers get too big for part 2 that a Java long cannot hold them. Maybe I should use something like BigInteger going forward, but there's a lot of nice things you get with using ...
Advent of Code 2024 Day 12
Переглядів 6121 годину тому
Tough day. It really took me a very long time to think of how to calculate the number of sides for part 2, but I'm glad I eventually figured it out. If you are interested in the blog I mentioned during the video, that's viewable here: abnew123.substack.com/p/advent-of-code-2024-part-1 Problem viewable at adventofcode.com/2024/day/12 Solution file viewable at: github.com/abnew123/aoc2024/blob/ma...
Advent of Code 2024 Day 11
Переглядів 7День тому
Apologies for not uploading yesterday, the video was unfortunately stuck for some reason on the initial OBS recording screen. If you are really interested, I did publish it as unlisted here: ua-cam.com/video/xntv0OJmnUI/v-deo.html but again, it's basically just audio. If you are interested in the blog I mentioned during the video, that's viewable here: abnew123.substack.com/p/advent-of-code-202...
Advent of Code 2024 Day 9
Переглядів 23День тому
Well, definitely a tougher day, but also just an insanely poor showing by me. At least we're likely to get an easier question tomorrow. Also, watching back over it, I definitely hallucinate my example output being wrong. For some reason I thought the correct answer was 2854 and my solution was 2858 the first time (when it was actually vice versa) Problem viewable at adventofcode.com/2024/day/9 ...
Advent of Code 2024 Day 8
Переглядів 21День тому
More commentary. First time my custom Utils library actually helped, and as a result, my first day getting within top 500 on both parts. Really hope I can break top 100 on at least one day this year. Problem viewable at adventofcode.com/2024/day/8 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Day08.java
Advent of Code 2024 Day 7
Переглядів 5814 днів тому
First talking day, hope the volume is alright. Also, let me know if you are interested in my prep for each day, or if you know a better way to do the concatenate operation. Problem viewable at adventofcode.com/2024/day/7 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Day07.java
Advent of Code 2024 Day 6
Переглядів 9914 днів тому
Forgot to add the initial guard location, unfortunate that the example has the guard returning to the initial square so it doesn't matter Problem viewable at adventofcode.com/2024/day/6 Solution file viewable at: github.com/abnew123/aoc2024/blob/main/src/solutions/Day06.java
Advent of Code 2024 Day 5
Переглядів 1714 днів тому
Advent of Code 2024 Day 5
Advent of Code 2024 Day 4
Переглядів 2914 днів тому
Advent of Code 2024 Day 4
Advent of Code 2024 Day 3
Переглядів 1714 днів тому
Advent of Code 2024 Day 3
Advent of Code 2024 Day 2
Переглядів 3614 днів тому
Advent of Code 2024 Day 2
Advent of Code 2024 Day 1
Переглядів 6714 днів тому
Advent of Code 2024 Day 1
Advent of Code 2019 Day 5
Переглядів 521 день тому
Advent of Code 2019 Day 5
Advent of Code 2019 Day 2
Переглядів 1021 день тому
Advent of Code 2019 Day 2

КОМЕНТАРІ

  • @CodeCarrier_off
    @CodeCarrier_off 3 години тому

    Hello Abnew, I saw you’re working on Advent of Code 2024-looks awesome! I haven’t tried it before but was thinking of starting. Any tips for someone who’s totally new to this? Like, how do you even approach the puzzles?

  • @abnew12345
    @abnew12345 8 годин тому

    As an update, I did end up solving it about an hour later, the main issues were that ^> beats out >^ and a typo in the directionalHelper method (where a right turned into a left)