Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -1,3 +1,3 @@
|
|||
qsort ← {1≥⍴⍵:⍵ ⋄ e←⍵[?⍴⍵] ⋄ (∇(⍵<e)/⍵) , ((⍵=e)/⍵) , (∇(⍵>e)/⍵)}
|
||||
qsort ← {1≥≢∪⍵:⍵ ⋄ p←⍵[?≢⍵] ⋄ (∇(⍵≤p)/⍵) , ∇(⍵>p)/⍵}
|
||||
qsort 31 4 1 5 9 2 6 5 3 5 8
|
||||
1 2 3 4 5 5 5 6 8 9 31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue