![]() |
dsalglib
1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
|
#include <avltree.h>
Public Member Functions | |
| avltree () | |
| bool | insert (type param) |
| bool | remove (type param) |
| void | preorder (void(fun)(type obj)) |
| void | postorder (void(fun)(type obj)) |
| void | inorder (void(fun)(type obj)) |
| void | levelorder (void(fun)(type obj)) |
| type | find_min () |
| type | find_max () |
| void | clear () |
| long long int | size () |
| long long int | height () |
| bool | isempty () |
| type | tree_root () |
| bool | search (type val) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11