Advent of Code 2023
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dustin Swan 1e6bfbbb6e
Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
5 months ago
day1 Wow Zig is hard. Day 1 done 6 months ago
day2 Cleaning 6 months ago
day3 memory?? 6 months ago
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 6 months ago
day5 Terribly inefficient. But hey, it works! 6 months ago
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 6 months ago
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.. 5 months ago
day8 Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2 5 months ago
README.md Wow Zig is hard. Day 1 done 6 months ago

README.md

AoC 2023

Doing it in Zig