advent-of-code/2021/day8
Xiretza 11907cf8b5 2021 day8/rust: prettify calculation of output number
Now that `digits` is a fixed-size array, both methods get unrolled the
same and there is no performance difference.
2021-12-09 21:28:01 +01:00
..
day8_rs 2021 day8/rust: prettify calculation of output number 2021-12-09 21:28:01 +01:00
bruteforce.py 2021 day8/python: add brute force solution 2021-12-08 10:19:51 +01:00
fast.py 2021 day8/python: add fast solution 2021-12-08 17:14:37 +01:00