June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
6
Task/Sort-disjoint-sublist/K/sort-disjoint-sublist-2.k
Normal file
6
Task/Sort-disjoint-sublist/K/sort-disjoint-sublist-2.k
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sort : {x[<x]}
|
||||
nums : 7 6 5 4 3 2 1 0
|
||||
i : sort 6 1 7
|
||||
nums[i] : sort nums[i]
|
||||
nums
|
||||
7 0 5 4 3 2 1 6
|
||||
Loading…
Add table
Add a link
Reference in a new issue