vdk 2.4.0
|
provides a templatized binary tree data structure More...
#include <vdkbtrees.h>
Public Member Functions | |
VDKBtree () | |
![]() | |
AbstractBinaryTree (AbstractBinaryTree< T, RedBlackNode< T > > &) | |
AbstractBinaryTree< T, RedBlackNode< T > > & | operator= (AbstractBinaryTree< T, RedBlackNode< T > > &) |
virtual void | add (T &) |
virtual void | unlink (T &) |
virtual T * | find (T &q) |
virtual int | IsEmpty () |
virtual int | CheckTreeProperties () |
unsigned int | size () |
provides a templatized binary tree data structure
|
inline |
Constructor, makes an empty tree