Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 71 characters in body
Source Link
Adalynn
  • 6.2k
  • 1
  • 18
  • 36

APL (Dyalog Extended), 1719 bytes

{⍵[⍒⍵[⍒∪ ̈(∨' ̄'~⍨⍕) ̈⍵]}

Try it online! Try it online!

Fixed at a cost of +2 bytes thanks to OP.

APL (Dyalog Extended), 17 bytes

{⍵[⍒(∨' ̄'~⍨⍕) ̈⍵]}

Try it online!

APL (Dyalog Extended), 19 bytes

{⍵[⍒∪ ̈(∨' ̄'~⍨⍕) ̈⍵]}

Try it online!

Fixed at a cost of +2 bytes thanks to OP.

Source Link
Adalynn
  • 6.2k
  • 1
  • 18
  • 36

APL (Dyalog Extended), 17 bytes

{⍵[⍒(∨' ̄'~⍨⍕) ̈⍵]}

Try it online!

AltStyle によって変換されたページ (->オリジナル) /