Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2025/day05.ua
2025-12-15 01:39:48 -05:00

43 lines
652 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 Sections
Sections &fras "input/day05.txt"
⍚Lines
°[□⊙□⊙]
≡(⊂∩⋕°$"_-_")
Ranges ←
≡⋕
Items ←
Contains ← ×⊃(≤⊙⊢|≥⊙⊣)
Part₁ ← /+ ≡(>₀/+) ⊞Contains Items
# Overlaps ? A B
Overlap ← ≤ ⊣ ⊙⊢
# Range ? A B
Join ← ⊂⊃(/↧⊂⊢⊙⊢|/↥⊂⊣⊙⊣)
Part₂ ← (
⍢(
| # Changed Ranges' ? Ranges
⊸(↘₋₁⟜↘₁)
˜⊂0≡Overlap
˜⨂ 1
⤚≠ ⊙⊸⧻
⨬(⋅0
| ⊃(↙
| ¤ Join °⊟⊏ ⊂⟜+₁
| ↘+₂)
⊂⊂
1
)
)
/+ ≡(+₁ -⊃⊢⊣)
)
Part₁ Ranges
Part₂ Ranges