This website requires JavaScript.
Explore
Help
Sign In
dustinswan
/
advent-of-code-2023
Watch
1
Star
0
Fork
0
You've already forked advent-of-code-2023
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
20
Commits
1
Branch
0
Tags
master
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Dustin Swan
ed16c41c9c
Adding some unfinished days
2023-12-25 21:04:40 -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
day12
Adding some unfinished days
2023-12-25 21:04:40 -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
day16
4s to run part 2. But still happy with it.
2023-12-16 22:06:52 -07:00
day17
Adding some unfinished days
2023-12-25 21:04:40 -07:00
day18
Adding some unfinished days
2023-12-25 21:04:40 -07:00
.gitignore
I hear we aren't supposed to be commiting our data. Oops.
2023-12-15 14:11:53 -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
Reference in New Issue
View Git Blame
Copy Permalink
Description
Advent of Code 2023
Readme
148
KiB
Languages
Zig
97.6%
JavaScript
2.4%