2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -0,0 +1,6 @@
|
|||
babel> nil { zap {1 randlf 100 rem} 20 times collect ! } nest dup lsnum ! --> Create a list of random numbers
|
||||
( 20 47 69 71 18 10 92 9 56 68 71 92 45 92 12 7 59 55 54 24 )
|
||||
babel> ls2lf --> Convert list to array for sorting
|
||||
babel> dup {fnord} merge_sort --> The internal sort operator
|
||||
babel> ar2ls lsnum ! --> Display the results
|
||||
( 7 9 10 12 18 20 24 45 47 54 55 56 59 68 69 71 71 92 92 92 )
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
babel> ( 68 73 63 83 54 67 46 53 88 86 49 75 89 83 28 9 34 21 20 90 )
|
||||
babel> {lt?} lssort ! lsnum !
|
||||
( 9 20 21 28 34 46 49 53 54 63 67 68 73 75 83 83 86 88 89 90 )
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
babel> ( 68 73 63 83 54 67 46 53 88 86 49 75 89 83 28 9 34 21 20 90 ) {gt?} lssort ! lsnum !
|
||||
( 90 89 88 86 83 83 75 73 68 67 63 54 53 49 46 34 28 21 20 9 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue