APL (Dyalog Classic), 23 bytes
{∧/1=1↓(⊃∨⊢)1⌈4⌽,⍵}⌺3 3
doesn't support matrices smaller than 3x3 due to a bug in the interpreter
ngn
- 15.6k
- 2
- 45
- 90
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{∧/1=1↓(⊃∨⊢)1⌈4⌽,⍵}⌺3 3
doesn't support matrices smaller than 3x3 due to a bug in the interpreter