tvl-depot/users/sterni/exercises/aoc/2022/12/12.bqn
sterni c9a44bfe15 feat(sterni/aoc/2022): day12 BQN solution
Change-Id: Ib80fe824341964f46a45599c18fa00635ba02aaf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7600
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: sterni <sternenseemann@systemli.org>
2022-12-20 19:01:26 +00:00

16 lines
588 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.

ImportBqnLibs,_fix •Import "../../lib.bqn"
ReplaceAll ImportBqnLibs "strings.bqn"
i >•FLines "input"
elevation 'a'-˜"S","E""a","z" ReplaceAll i
starts (0)¨'S'=i,0=elevation
end 'E'=i
Step {
𝕊 steps:
Go {𝕏((¨)((»˘+1))˜𝕏elevation)>(())˜»˘1+𝕏steps}
steps´Go¨,˘,,
}
Shortest {end/Step _fix 𝕩}
•Out¨ "day12.1: ""day12.2: "¨ •FmtShortest¨ starts