Skip to main content
added 290 characters in body
Source Link
Shaggy
  • 45.3k
  • 4
  • 39
  • 95

Japt, 11 9 bytes

à2 c
íUéJ

Try it

à2 c\níUéJ     :Implicit input of array U
à2             :Combinations of length 2
   c           :Flatten
    \n         :Reassign to U
      í        :Interleave with
       Ué      :  U rotated right
         J     :    -1 times (i.e., rotated left)

Japt, 11 9 bytes

à2 c
íUéJ

Try it

Japt, 11 9 bytes

à2 c
íUéJ

Try it

à2 c\níUéJ     :Implicit input of array U
à2             :Combinations of length 2
   c           :Flatten
    \n         :Reassign to U
      í        :Interleave with
       Ué      :  U rotated right
         J     :    -1 times (i.e., rotated left)
added 9 characters in body
Source Link
Shaggy
  • 45.3k
  • 4
  • 39
  • 95

Japt, 1111 9 bytes

iUà2)c ã2à2 âc
íUéJ

Try itTry it

Japt, 11 bytes

iUà2)c ã2 â

Try it

Japt, 11 9 bytes

à2 c
íUéJ

Try it

added 6 characters in body
Source Link
Shaggy
  • 45.3k
  • 4
  • 39
  • 95

Japt, 911 bytes

á2 iUà2)c ã2 â

Try itTry it

Japt, 9 bytes

á2 c ã2 â

Try it

Japt, 11 bytes

iUà2)c ã2 â

Try it

Source Link
Shaggy
  • 45.3k
  • 4
  • 39
  • 95
Loading