$ luarocks install binarytree
In computer science, (sorted) binary tree is
a data structure meant to achieve quick lookup,
insertion and removal of elements.
In order to do so, elements stay sorted
according to a certain comparison function.
Versions
Dependencies
lua >= 5.1