Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -1,5 +1,5 @@
|
|||
global a[] .
|
||||
proc flip n . .
|
||||
proc flip n .
|
||||
for i = 1 to n div 2
|
||||
swap a[i] a[n - i + 1]
|
||||
.
|
||||
|
|
@ -17,7 +17,7 @@ func[] minmax n .
|
|||
.
|
||||
return [ pmin pmax ]
|
||||
.
|
||||
proc pcsort n dir . .
|
||||
proc pcsort n dir .
|
||||
if n = 1
|
||||
return
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue