An open API service indexing awesome lists of open source software.

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]

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)