Skip to main content
Commonmark migration
Source Link

##Pyke, 5 bytes

Pyke, 5 bytes

SD_]{ 

Try it here!

S - sorted(input) ] - [^, v] D - ^ _ - reverse(^) { - input in ^ 

##Pyke, 5 bytes

SD_]{ 

Try it here!

S - sorted(input) ] - [^, v] D - ^ _ - reverse(^) { - input in ^ 

Pyke, 5 bytes

SD_]{ 

Try it here!

S - sorted(input) ] - [^, v] D - ^ _ - reverse(^) { - input in ^ 
Post Undeleted by Blue
Post Deleted by Blue
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 5 bytes

SD_]{ 

Try it here!

S - sorted(input) ] - [^, v] D - ^ _ - reverse(^) { - input in ^