mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
edb07672010ad6911ad783d0a8ee0678011b520a
Avoid instantiating module and backtracking, instead use regex for filtering. Much faster. Since we are not matching brackets, but rather only care about the last instance, the limitations of regex don't apply.
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%