Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2025/day03.ua
2025-12-13 16:08:41 -05:00

46 lines
805 B
Text
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.

~ "aoc.ua" ~ Lines
Input ← Lines &fras "input/day03.txt"
Banks ← ⍚(≡⋕) Input
# Arr ? Lo Hi
Range ← (
◡<
⨬(+ ⊙⇡ ⟜-|[])
)
# Arr ? Hi Lo Arr
Slice ← (
⊸˜-
↙⊙↘
)
# Jolts ? Idx Bank
Jolts ← ⌝⊥10 ⇌ ⊏
# Jolts ? Idx Len Bank
Joltage ← |3 (
◡⋅≠₀
⨬(Jolts⊙⋅∘
| |3 ⊸(=₀⧻) # Empty Idx ? Idx
⨬(⊸(+₁⊣)|0) # Next Idx ? Empty Idx
⊙⊙-₁ # _ _ Len' ? _ _ Len
◡⋅⋅(-⊙⧻) # End _ _ Len' Bank ? _ _ Len' Bank
Slice⊙⊙◡⋅⋅(≡⊟°⊏)
°⊟⍉
⊙(⊢⍖)
˜⊡
˜⊂
Joltage
)
)
# Jolts ? Len Bank
Joltage ← |2 Joltage []
Part₁ ← /+ ≡(Joltage 2 °□)
Part₂ ← /+ ≡(Joltage 12°□)
Part₁ Banks
Part₂ Banks