aboutsummaryrefslogtreecommitdiff
path: root/s.lua
diff options
context:
space:
mode:
Diffstat (limited to 's.lua')
-rw-r--r--s.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/s.lua b/s.lua
index 108a502..d6c02dc 100644
--- a/s.lua
+++ b/s.lua
@@ -1,16 +1,3 @@
require "llib"
-local a = llib.array
-local tab = {}
-math.randomseed(os.time())
-for i=1,9999999 do
- table.insert(tab,i);--math.random(1,10));-- + math.random(1,999));
-end
-
-local l1 = a.shellsort(tab)
-print(a.sindex(l1,999));
---print(a.index(l1,1))
-for l,i in pairs(l1) do
- --print(i)
-end