https://github.com/pacak/aoc2024
Attempts to solve aoc 2024 in Rust
https://github.com/pacak/aoc2024
Last synced: about 1 month ago
JSON representation
Attempts to solve aoc 2024 in Rust
- Host: GitHub
- URL: https://github.com/pacak/aoc2024
- Owner: pacak
- License: mit
- Created: 2024-12-01T11:26:39.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-20T13:43:51.000Z (6 months ago)
- Last Synced: 2025-05-08T02:53:20.425Z (about 1 month ago)
- Language: Rust
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Attempts to solve AOC 2024
1. Not trying to make things super fast
2. Not handling errors parsing input
3. Trying not to use external libraries. Much. At least at the start.
4. Trying to make things readable :clown:
5. Iterators my beloved
6. Solutions are split into parsers and generators, the goal is to
be able to reuse as much of existing code from part 1 in part 2