APL (Dyalog Extended), 1719 bytes
{⍵[⍒⍵[⍒∪ ̈(∨' ̄'~⍨⍕) ̈⍵]}
Fixed at a cost of +2 bytes thanks to OP.
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange{⍵[⍒⍵[⍒∪ ̈(∨' ̄'~⍨⍕) ̈⍵]}
Fixed at a cost of +2 bytes thanks to OP.