Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
1
Task/JortSort/J/jortsort-1.j
Normal file
1
Task/JortSort/J/jortsort-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
jortsort=: -: /:~
|
||||
1
Task/JortSort/J/jortsort-2.j
Normal file
1
Task/JortSort/J/jortsort-2.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
jortSort=: assert@(-: /:~)
|
||||
6
Task/JortSort/J/jortsort-3.j
Normal file
6
Task/JortSort/J/jortsort-3.j
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
jortsort 1 2 4 3
|
||||
0
|
||||
jortsort 'sux'
|
||||
1
|
||||
jortsort&> 1 2 4 3;14 6 8;1 3 8 19;'ac';'sux';'CVGH';'PQRST'
|
||||
0 0 1 1 1 0 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue