tvl-depot/users/sterni/exercises/aoc/2022/13/13.bqn
sterni 8fda0544d7 feat(sterni/aoc/2022): day13 BQN solution
Change-Id: I401ba09198d447628fa76d811fd4fe780baa8240
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7586
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: sterni <sternenseemann@systemli.org>
2022-12-13 14:52:19 +00:00

14 lines
658 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.

lib •Import "../../lib.bqn"
str lib.ImportBqnLibs "strings.bqn"
i >"[","]""⟨","⟩"(•BQN str.ReplaceAll)¨¨0((¨¯1˙¨(+`(=)¨)))•FLines "input"
Ord {
i1 𝕊 i2: 11•Type¨ i1i2? ¯110˜i1(=+)i2;
i1 𝕊 l2: 10•Type¨ i1l2? l2 Ord˜ i1;
l1 𝕊 i2: 01•Type¨ l1i2? l1 Ord i2;
l1 𝕊 l2: 00•Type¨ l1l2?
10(/)l1 Ord¨((l1l2)((+1))) l2
}
•Out "day13.1: "•Fmt +´1+/(1=Ord´)˘i
•Out "day13.2: "•Fmt ×´12++´˘¯1=26Ordi