Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
: selectSort(l)
|
||||
| b j i k s |
|
||||
l size ->s
|
||||
l asListBuffer ->b
|
||||
|
||||
s loop: i [
|
||||
i dup ->k b at
|
||||
i 1 + s for: j [ b at(j) 2dup <= ifTrue: [ drop ] else: [ nip j ->k ] ]
|
||||
k i b at b put i swap b put
|
||||
]
|
||||
b dup freeze ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue