Skip to main content
Commonmark migration
Source Link

#Octave, 24 bytes

Octave, 24 bytes

@(s)issorted(s,'either') 

Try It Online!

#Octave, 24 bytes

@(s)issorted(s,'either') 

Try It Online!

Octave, 24 bytes

@(s)issorted(s,'either') 

Try It Online!

Source Link
rahnema1
  • 5.7k
  • 1
  • 16
  • 22

#Octave, 24 bytes

@(s)issorted(s,'either') 

Try It Online!