Class TumbleTree
Defined in File TumbleTree.hpp
Class Documentation
-
class TumbleTree
Public Functions
-
TumbleTree()
-
~TumbleTree()
-
Cell *insert(double sc, VertexHandle vH)
-
double remove(Cell *c, VertexHandle vH)
-
int maxDepth()
-
int minDepth()
-
int avgDepth()
-
Cell *find(double sc, VertexHandle vH)
-
void display()
-
void balance()
-
Cell *makeCell(double sc, VertexHandle vH, Cell *left = NULL, Cell *right = NULL, Cell *parent = NULL, double alpha = 1)
-
int size()
-
void updateSC(double alpha)
Public Members
-
int notDeleted = 0
-
TumbleTree()