BrownBuilding

@reisrag
6 Followers
18 Following
75 Posts
GitHubhttps://github.com/BrownBuilding/
coolmaybe ๐Ÿ‘
The only reason Makefiles exist is the dopamine hit of typing "make" and having your Makefile work #makefile

Happy Hearth's Warming Eve everypony!

#mlp

I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/5

I had to think a little this time

https://github.com/BrownBuilding/aoc2025/tree/main/day05

Day 5 - Advent of Code 2025

I just completed "Printing Department" - Day 4 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/4

Not thinking too hard about the data representation of the grid and just using the "raw" character of each cell paid off really well for me this time. It made part 2 super easy to solve and the solution way easier to read.

I really liked this one

https://github.com/BrownBuilding/aoc2025/tree/main/day04

I just completed "Lobby" - Day 3 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/3

First time using recursion this year

https://github.com/BrownBuilding/aoc2025/tree/main/day03

Day 3 - Advent of Code 2025

This year, why not do the #AdventOfCode in #Haskell with your polycule?

I just completed "Gift Shop" - Day 2 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/2

https://github.com/BrownBuilding/aoc2025/blob/main/day02

was fun ๐Ÿ‘

Day 2 - Advent of Code 2025

aoc2025/day01 at main ยท BrownBuilding/aoc2025

My solutions to Advent of Code 2025. Contribute to BrownBuilding/aoc2025 development by creating an account on GitHub.

GitHub

I've completed "Secret Entrance" - Day 1 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/1

I always try to represent the input to these puzzles in memory as closely to the original input as possible short of just storing the raw bytes of the input file. You never know if a decision regarding data representation will makes part 2 more or less difficult. If I were to solve it again i would just use a signed integers per row. also using odin this year

it's time