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 90a32e4439
Fixed day10. Well.. got an answer, but it isn't pretty. Hard coded
something, and left a bunch of cruft in. Oh well.
5 months ago
day1 Wow Zig is hard. Day 1 done 6 months ago
day2 Cleaning 6 months ago
day3 memory?? 5 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 5 months ago
day5 Terribly inefficient. But hey, it works! 5 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 5 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
day9 day 9. Why do I feel like I could have doen this a much easier way... 5 months ago
day10 Fixed day10. Well.. got an answer, but it isn't pretty. Hard coded 5 months ago
day11 So much easier than day10. Man this year is crazy 5 months ago
README.md Wow Zig is hard. Day 1 done 6 months ago

README.md

AoC 2023

Doing it in Zig