This website requires 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
Projects
Releases
Packages
Wiki
Activity
Actions
No description
9
commits
1
branch
0
tags
133
KiB
Zig
97.6%
JavaScript
2.4%
f6cb14a5cf
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Dustin Swan
f6cb14a5cf
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..
2023-12-07 21:15:12 -07:00
day1
Wow Zig is hard. Day 1 done
2023-12-01 12:53:43 -07:00
day2
Cleaning
2023-12-02 16:45:11 -07:00
day3
memory??
2023-12-03 22:47:10 -07:00
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
2023-12-04 11:57:50 -07:00
day5
Terribly inefficient. But hey, it works!
2023-12-04 23:59:21 -07:00
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
2023-12-06 12:26:25 -07:00
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..
2023-12-07 21:15:12 -07:00
README.md
Wow Zig is hard. Day 1 done
2023-12-01 12:53:43 -07:00
README.md
AoC 2023
Doing it in Zig