advent-of-code/2024/day08/day08.bqn

8 lines
321 B
BQN
Raw Permalink 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.

in>•FLines"input"
freqs"0aA"+¨¨102626
_antinodes{f _r m:
ns{(˜)(/)F˜/()𝕩=m}¨freqs
(´0<(m)¨)¨/ns
}
•Show {𝕩+𝕩-𝕨}_antinodes in
•Show {𝕩+¨(𝕩-𝕨)רin}_antinodes in