Skip to main content
added 56 characters in body
Source Link
sinvec
  • 2k
  • 8
  • 28

J, 38 31 3123 bytes

>./@,&0@,@(~:&0#"1|@(&0*|@-/~)@i~@i.@#) 

Port of @ovs's Jelly solution.-7 bytes by removing some useless parentheses
-8 bytes, thanks @ovs (see comment below)

Try it online!Try it online!

J, 38 31 bytes

>./@,&0@,@(~:&0#"1|@(-/~)@i.@#) 

Port of @ovs's Jelly solution.

Try it online!

J, 38 31 23 bytes

>./@,@(~:&0*|@-/~@i.@#) 

-7 bytes by removing some useless parentheses
-8 bytes, thanks @ovs (see comment below)

Try it online!

added 7 characters in body
Source Link
sinvec
  • 2k
  • 8
  • 28

J, 3838 31 bytes

(>./)@,&0@,@((~:&0)#"1(|@&0#"1|@(-/~)@i.@#))  

Port of @ovs's Jelly solution.

Try it online!Try it online!

J, 38 bytes

(>./)@,&0@,@((~:&0)#"1(|@(-/~)@i.@#))  

Port of @ovs's Jelly solution.

Try it online!

J, 38 31 bytes

>./@,&0@,@(~:&0#"1|@(-/~)@i.@#) 

Port of @ovs's Jelly solution.

Try it online!

Source Link
sinvec
  • 2k
  • 8
  • 28

J, 38 bytes

(>./)@,&0@,@((~:&0)#"1(|@(-/~)@i.@#)) 

Port of @ovs's Jelly solution.

Try it online!