This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AOC 2025 Day 6 | |
| $ 123 328 51 64 | |
| $ 45 64 387 23 | |
| $ 6 98 215 314 | |
| $ * + * + | |
| Test ← | |
| Parse ← ⍉⇌⊜(⊜□⊸≠@ )⊸≠@\n | |
| Part₁ ← /+≡(⨬/+/×⊓(=@*◇⊢|≡◇⋕)°⊂) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AOC Day 1 | |
| # Uiua 0.18.0-dev.3 | |
| TestData ← $ L68 | |
| $ L30 | |
| $ R48 | |
| $ L5 | |
| $ R60 | |
| $ L55 | |
| $ L1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AOC Day 4 | |
| # uiua.org/pad | |
| # Uiua 0.18.0-dev.3 | |
| $ ..@@.@@@@. | |
| $ @@@.@.@.@@ | |
| $ @@@@@.@.@@ | |
| $ @.@@@@..@. | |
| $ @@.@@@@.@@ | |
| $ .@@@@@@@.@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ranked Pairs Voting | |
| # Uiua 0.18.0-dev.2 | |
| EnumerateRows ← ≡⌟˜⨂ | |
| GetRankedPairs ← ( | |
| ⧅>2⇡ | |
| ⤚≡⌟[⟜-⊃/+⧻♭>∩⌟(≡⊚⌕)°⊟] | |
| ∩⌞▽⊸(¬/=⍉) # Filter ties | |
| ≡(⨬∘∩⇌⊸(>°⊟)) | |
| ⊏⍖⊢⍉ |