Data update
This commit is contained in:
parent
9817d9b99b
commit
07c7092a52
140 changed files with 2712 additions and 241 deletions
|
|
@ -0,0 +1,7 @@
|
|||
(function bogo-sort order list
|
||||
(return-when (empty? list) [])
|
||||
(if (.. order list)
|
||||
list
|
||||
(recur order (shuffle list))))
|
||||
|
||||
(bogo-sort < [7 5 12 1 4 2 23 18])
|
||||
Loading…
Add table
Add a link
Reference in a new issue