-
A binary tree implemented in C.
-
A binary tree implemented in C++. Nodes removed from the tree are deleted.
-
A binary tree implemented in C++. Nodes removed from the tree are returned.
-
An AVL tree implemented in C++.
-
A heap implemented as an array in C++.
|