https://github.com/jwodder/advent-of-code-rust
Advent of Code solutions in Rust
https://github.com/jwodder/advent-of-code-rust
advent-of-code programming-challenges rust
Last synced: about 18 hours ago
JSON representation
Advent of Code solutions in Rust
- Host: GitHub
- URL: https://github.com/jwodder/advent-of-code-rust
- Owner: jwodder
- License: mit
- Created: 2022-11-26T20:46:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T12:25:14.000Z (3 months ago)
- Last Synced: 2025-04-01T13:27:48.524Z (3 months ago)
- Topics: advent-of-code, programming-challenges, rust
- Language: Rust
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#concept)
[](https://github.com/jwodder/advent-of-code-rust/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/advent-of-code-rust)
[](https://opensource.org/licenses/MIT)This is a collection of my solutions to [Advent of
Code](https://adventofcode.com) written in Rust. Most problems were solved
well after the respective season was over, but I did them anyway in order to
gain experience in Rust and as general mental exercise.The input files and answers are encrypted using
[git-crypt](https://www.agwa.name/projects/git-crypt/) so that others can't use
them to cheat, and also because [the author of Advent of Code has asked people
not to make the input files public][nosharing]. They are only kept here for
use in automated regression testing to ensure I don't break any solutions with
some later refactor.Note that some problems (at time of writing, all involving analysis of
pseudo-assembly programs) were solved by working them out "manually" rather
than by writing code; their solutions take the form of writeups in `.md` files
encrypted with git-crypt.[nosharing]: https://www.reddit.com/r/adventofcode/comments/7lesj5/is_it_kosher_to_share_puzzle_inputs_and_answers/drlt9am/