Created
March 7, 2018 00:52
-
-
Save caffeine-potent/c30eba91210057cb9fe146445701e121 to your computer and use it in GitHub Desktop.
Quicksort from BabySnake#6314
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quicksort=: (($:@(<#[), (=#[), $:@(>#[)) ({~ ?@#)) ^: (1<#) | |
List =: ?. 10 $100 | |
echo quicksort List |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment