Aleph-w
1.9
General library for algorithms and data structures
Deprecated List
Member
Aleph::inOrderRec
(Node *root, void(*visitFct)(Node *, int, int))
Probably this function will be removed in future versions. Use the functor
For_Each_In_Order
or
traverse()
instead
Member
Aleph::postOrderRec
(Node *root, void(*visitFct)(Node *, int, int))
Probably this function will be removed in future versions. Use the functor
For_Each_Postorder
instead
Member
Aleph::preOrderRec
(Node *root, void(*visitFct)(Node *, int, int))
Probably this function will be removed in future versions. Use the functor
For_Each_Preorder
instead
Leandro Rabindranath León