Advent of Code 2023
 
 
Go to file
Dustin Swan 1e6bfbbb6e
Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
day1 Wow Zig is hard. Day 1 done
day2 Cleaning
day3 memory??
day4 day4. Getting the hang of it. Much more straight forward than yesterday. I was hoping I could get the arrays set up without an allocator.. I feel like you should be able to. The file is loaded at compile time so technically we should know the size of the arrays. Maybe a future project
day5 Terribly inefficient. But hey, it works!
day6 Day 6. Cheating a bit. Not bothering to try to parse a file with the data, just putting it in variables. And there's an off-by-one error at the end Im just going to ignore
day7 Day 7. Took a bit longer, but nothing too challenging. Running into some Zig stuff, like trying to figure out how to copy an array so I can mutate it..
day8 Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
README.md Wow Zig is hard. Day 1 done

README.md

AoC 2023

Doing it in Zig