This website works better with JavaScript.
Explore
Help
Sign In
dustinswan
/
advent-of-code-2023
Watch
1
Star
0
Fork
You've already forked advent-of-code-2023
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Advent of Code 2023
10
Commits
1
Branch
0
Tags
148 KiB
Zig
97.6%
JavaScript
2.4%
1e6bfbbb6e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Dustin Swan
1e6bfbbb6e
Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
1 year ago
day1
Wow Zig is hard. Day 1 done
1 year ago
day2
Cleaning
1 year ago
day3
memory??
1 year 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
1 year ago
day5
Terribly inefficient. But hey, it works!
1 year 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
1 year 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..
1 year ago
day8
Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
1 year ago
README.md
Wow Zig is hard. Day 1 done
1 year ago
README.md
AoC 2023
Doing it in Zig