lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>I have implemented a simple binary search tree

Why? Searching in Lua is almost always wrong, given that tables give you
direct, constant-time access to data. Or am I missing something?
--lhf