@addtogroup lavu_tree AVTree @ingroup lavu_data
Low-complexity tree container
Insertion, removal, finding equal, largest which is smaller than and smallest which is larger than, all have O(log n) worst-case complexity. @{
See Implementation
@addtogroup lavu_tree AVTree @ingroup lavu_data
Low-complexity tree container
Insertion, removal, finding equal, largest which is smaller than and smallest which is larger than, all have O(log n) worst-case complexity. @{