Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2025/day07.ua
2025-12-15 22:22:19 -05:00

46 lines
615 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 ← ⊜∘ ⊸≠ @\n &fras "input/day07.txt"
Input
⊃(
| =@^ ↘1
| =@S ⊢
)
Manifold ←
Beam ←
Split ← +⊃(⬚0↻1|⬚0↻¯1)
# Count ? Manifold Beam
Part₁ ← (
⊙⊙0
∧(
# Splitters Beam Count
⊸↧
⊸/+
# Taken Splits Beam Count
⊃(⋅⊙∘|+⊙⋅⋅∘)
# Splits Beam Count'
⊸Split
⊙-
≠₀+ # Beam' ? Forked Passthrough
# Beam' Count'
)
)
# Count ? Manifold Beam
Part₂ ← (
∧(
+ ⊃(
| Split ×⊸↧
| ⍜▽(×0)
)
)
/+
)
Part₁ Manifold Beam
Part₂ Manifold Beam