class documentation
class BinaryLayout(BinaryEulerTour):
Class for computing (x,y) coordinates for each node of a binary tree.
Method | __init__ |
Undocumented |
Method | _hook |
Visit Position p, between tour of its left and right subtrees. |
Instance Variable | _count |
Undocumented |
Inherited from BinaryEulerTour
:
Method | _tour |
Undocumented |