![]() |
aGrUM
0.14.2
|
Go to the source code of this file.
Classes | |
class | gum::BinTreeNode< Val > |
Nodes of a binary trees. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Enumerations | |
enum | gum::BinTreeDir : char { gum::BinTreeDir::LEFT_CHILD = 0, gum::BinTreeDir::RIGHT_CHILD = 1, gum::BinTreeDir::NO_PARENT = 2 } |
The direction of a given edge in a binary tree. More... | |
Definition in file binTreeNode.h.