mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
b3683552015a63d4be089d344c074ca885a1b53f
Now loops less (only n(n-1) / 2 times instead of n^2), doesn't call echo spuriously, and doesn't use tail/head anymore. Results in 75% less runtime, so I'll take it.
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%