home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
fp
/
ifp_dos.lzh
/
ifp
/
demo
/
SlowSort
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-02-03
|
231 b
|
13 lines
(*
* SlowSort
*
* Sort a sequence the hard way, i.e. take all permutations
* and pick one for which all elements are in order.
*)
DEF SlowSort AS
Permute |
FILTER
[tl,tlr]|trans | EACH >= END | all
END | 1;