Skip to content

Releases: rene-d/advent-of-rust

AoC 2015-2024 complete solutions in Rust

15 Jan 11:09
3b5bc1d
Compare
Choose a tag to compare

All puzzles are now solved in Rust.

Solutions are tested and verified with a great number of inputs.

Some puzzles include bonuses 🎁 (e.g. visualization).

Dockerfiles available to support all used languages.

AoC 2015-2024 complete solutions

26 Dec 21:30
9e25af2
Compare
Choose a tag to compare

2024 completed !

Some bonuses (🎁) included (puzzle visualization).

Added some Rust solutions for previous years.

All solutions are tested and checked with several inputs (Rust 1.83 and Python 3.13 on Apple Silicon).

AoC 2015-2023 complete solutions

16 Feb 19:38
a46c95f
Compare
Choose a tag to compare

Puzzles:

  • Complete solutions for years 2015 to 2023 (Rust and/or Python)
  • 2019 day 25: generic solution for all inputs

Support scripts:

  • Improvements for benchmarking and testing script runall.py
  • Dockerfile with Python 3.10 to 3.13, PyPy 3.10 and Rust of course

Solutions:

  • 162 programs written in Rust
  • 111 programs written in Python (3.10+)
  • 3 programs written in C
  • 1 program written in C++

All solutions are tested and checked with several inputs and different architectures and OS (Intel/ARM, 32/64 bits, macOS/Linux).

v2023.0

31 Jan 09:11
093dabf
Compare
Choose a tag to compare
v2023.0 Pre-release
Pre-release

Complete solutions except 2019 day25 (just for my input)

Not extensively tested.