#Advent_of_Code
Only 1 star for AoC Day 1 for now... I did something wrong in solving part 2 but I'll figure it out later.

It's past my bedtime, time to go to sleep! 💤

Day 1 code: github.com/jenna-jordan...

⭐ #chill #AdventOfCode
Advent_of_Code/2025/Day_01.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 2, 2025 at 6:31 AM
I solved part 1 of Day 4, "Ceres Search", but part 2 will need to be solved another day #AdventOfCode

My solution for Day 4 Part 1: github.com/jenna-jordan...

Those diagonals were kicking my butt until I took a break and decided to utilize numpy!
Advent_of_Code/2024/Day_04.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 5, 2024 at 5:45 AM
Woooo I'm back in the 2-star club! Part 2 was kinda a pain in the butt to figure out how to parse the input correctly, but I'm quite happy with my solution

github.com/jenna-jordan...

⭐⭐ #chill #AdventOfCode
December 8, 2025 at 2:42 AM
Day 3 in the books! Part 1 was very easy, and part 2 was an interesting generalization, but got a bit tricky to do the list indexing properly. The test cases were definitely useful here in making sure I wrote my code correctly.

My solution: github.com/jenna-jordan...

⭐⭐ #chill #AdventOfCode
December 4, 2025 at 4:38 AM
December 16, 2024 at 2:00 AM
Whelp. Today I wasn't even able to solve part 1 of #AdventOfCode Day 5 (not yet, at least)

My usual strategy of test-driven development has failed me - my code produces the correct answer for the test example, but the wrong answer for my actual input.

WIP solution here: github.com/jenna-jordan...
Advent_of_Code/2024/Day_05.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 6, 2024 at 5:23 AM
Whelp, #AdventOfCode is definitely getting harder each day. For Day 8, I was only able to solve part 1 for the test case - my answer was wrong for my actual input though. I'm about ready to tear out my hair so I'm stopping for now.

github.com/jenna-jordan...
Advent_of_Code/2025/Day_08.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 12, 2025 at 11:38 PM
My #AdventOfCode Day 1 solutions with a chaotic combination of tidyverse and base R: github.com/martinaslade...
Last time I attempted these was 3 years ago and rage-quitted about half-way through. I look forward to questioning my competence daily over the next three weeks 🔥👨‍💻🎄
advent_of_code/2024/day_1 at main · martinasladek/advent_of_code
Contribute to martinasladek/advent_of_code development by creating an account on GitHub.
github.com
December 1, 2024 at 9:46 PM
December 12, 2024 at 12:00 AM
Code is here for the curious:

github.com/jenna-jordan...
Advent_of_Code/2025/Day_02.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 3, 2025 at 4:01 AM
I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode #ElixirLang

github.com/nickelcityde...
advent_of_code-2024/lib/day05.ex at main · nickelcitydev/advent_of_code-2024
https://adventofcode.com/2024. Contribute to nickelcitydev/advent_of_code-2024 development by creating an account on GitHub.
github.com
December 14, 2024 at 1:19 AM
Today's #AdventOfCode Part 2 kicked my ass! Managed to get it done but wow is my solution ugly!

I've been using @gleam.run to do AoC - been a blast!

codeberg.org/naomi/advent...
advent_of_code/src/aoc_2024/day_6.gleam at main
advent_of_code
codeberg.org
December 6, 2024 at 3:23 PM
#AdventOfCode day 2 is finished! i also finished up my day 1 solution.

honestly going from last year's "wtf is a `&str` vs a `String` and how do i load a file" to doing this problem in under an hour is quite the accomplishment for me. i've maybe learned a thing or two...
advent_of_code
advent_of_code
codeberg.org
December 3, 2025 at 2:49 AM
I learned in past years that if your input needs to be a grid, using numpy will make your life much easier. I know this is possible to solve with just base python, but why not refresh myself on some numpy basics and also save myself the headache?

github.com/jenna-jordan...

⭐⭐ #chill #AdventOfCode
December 5, 2025 at 11:04 PM
Finished day 1 of #adventofcode, first in Python, then I figured I'd try in Rust as well. All of my solutions are here: github.com/mrbell/adven...
GitHub - mrbell/advent_of_code: Consolidating all of my advent of code solutions across many years into one repository
Consolidating all of my advent of code solutions across many years into one repository - mrbell/advent_of_code
github.com
December 2, 2024 at 12:00 AM
I thought day 5 was seeming a bit too easy... my part 2 answer was wrong and I'm not immediately sure what to do to fix it. So, I'm going to bed, maybe I'll figure it out another day.

github.com/jenna-jordan...

⭐ #chill #AdventOfCode
Advent_of_Code/2025/Day_05.ipynb at main · jenna-jordan/Advent_of_Code
Contribute to jenna-jordan/Advent_of_Code development by creating an account on GitHub.
github.com
December 7, 2025 at 5:09 AM
Just completed AoC day 6 in Rust (as a python noob), hoping to struggle through to next week github.com/scott-clare1...
GitHub - scott-clare1/advent_of_code
Contribute to scott-clare1/advent_of_code development by creating an account on GitHub.
github.com
December 6, 2024 at 7:01 PM
#AdventOfCode Day 7 was very fun! Took me a second to figure out the logic, but when I did, both Part 1 and Part 2 were solved!

codeberg.org/naomi/advent...
advent_of_code/src/aoc_2024/day_7.gleam at main
advent_of_code
codeberg.org
December 8, 2024 at 1:02 AM
#AdventOfCode day 3 done. I ended up needing a hint for the second part, but I like how it turned out regardless github.com/jeremyabbott...
advent_of_code/src/AdventOfCode/AdventOfCode.fs at main · jeremyabbott/advent_of_code
Advent of Code starting with 2024. Contribute to jeremyabbott/advent_of_code development by creating an account on GitHub.
github.com
December 4, 2024 at 1:17 AM