Skip to content

Releases: rene-d/advent-of-rust

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.