https://github.com/benjuh/aoc2024
2024 Advent of Code [Zig]
https://github.com/benjuh/aoc2024
advent-of-code-2024 adventofcode algorithms data-structures zig ziglang
Last synced: 18 days ago
JSON representation
2024 Advent of Code [Zig]
- Host: GitHub
- URL: https://github.com/benjuh/aoc2024
- Owner: benjuh
- Created: 2025-02-05T08:49:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T04:54:39.000Z (over 1 year ago)
- Last Synced: 2025-03-11T05:54:40.412Z (over 1 year ago)
- Topics: advent-of-code-2024, adventofcode, algorithms, data-structures, zig, ziglang
- Language: Zig
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code [2024]](https://adventofcode.com/2024)
This is my first year ever doing AoC and I chose to do it in [Zig](https://github.com/ziglang/zig)
Overall I had a ton of fun and learned a lot about the language as well as new algorithms.
The language has some areas that are a bit confusing or unintuitive but for a language not even
at its 1.0 release it was very enjoyable. I would recommend zig!
Some Solutions Inspired By
- [p88h](https://github.com/p88h/aoc2024)
- [erikwastaken](https://sr.ht/~erikwastaken/aoc/)
## Todo
- Day 6 takes around 30 seconds to run. Want to speed that up eventually.
## Resources:
[Ziggit AoC 2024](https://ziggit.dev/search?q=AoC%202024%20%23challenge)