tvl-depot/users/sterni/exercises/aoc/2022/25/25.bqn
sterni a25c60361e feat(sterni/aoc/2022): day25 array solutions
Another approach for figuring out the SNAFU digits in k:
https://github.com/leahneukirchen/adventofcode2022/blob/master/day25.k

Change-Id: Iddf424aff8fcac176109fd35ef44bdd875302adc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7647
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2022-12-27 13:35:08 +00:00

4 lines
218 B
BQN
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

c "=-012"
F +´(×(5))(-2)(c)
T {c˜5|2+𝕩 {(5÷˜𝕨+2) (𝕊(𝕨))(0<𝕨) 𝕩} }
•Out "day25.1: "T +´F¨ •FLines "input"