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
17
commits
1
branch
0
tags
133
KiB
Zig
97.6%
JavaScript
2.4%
27aa24f503
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
27aa24f503
Day 15. So random this year. Fricking AIs
2023-12-15 14:10:45 -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
day8
Day 8. After doing AoC for a number of years, I pretty much knew what to do here for Part 2
2023-12-08 15:17:06 -07:00
day9
day 9. Why do I feel like I could have doen this a much easier way...
2023-12-08 23:09:27 -07:00
day10
Fixed day10. Well.. got an answer, but it isn't pretty. Hard coded
2023-12-11 22:05:52 -07:00
day11
So much easier than day10. Man this year is crazy
2023-12-11 20:57:36 -07:00
day13
Day 13. still haven't finished day 12. Today was so easy compared to
2023-12-13 19:17:29 -07:00
day14
Day 14. Took me a looong time to figure out how to use the map right for some reason
2023-12-15 12:05:48 -07:00
day15
Day 15. So random this year. Fricking AIs
2023-12-15 14:10:45 -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