mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
392aefb32d2384e1dc6a3c4f1569b346d20224ca
By working with binary numbers as integers rather than byte strings, we don't need to allocate a Vec for each of them, reducing us to just the allocations in the outer Vec.
Advent of Code
This repository contains my solutions for Advent of Code. See:
Languages
Rust
72.7%
Python
18.3%
HCL
3.5%
C
0.7%
Go
0.5%
Other
3.7%