binarytree

Binary Tree data structure written in pure Lua

$ 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

0.0.2-0362 days ago6 downloads
0.0.1-01 year ago4 downloads

Dependencies

lua >= 5.1

Manifests