class documentation

class BinaryLayout(BinaryEulerTour):

View In Hierarchy

Class for computing (x,y) coordinates for each node of a binary tree.

Method __init__ Undocumented
Method _hook_invisit Visit Position p, between tour of its left and right subtrees.
Instance Variable _count Undocumented

Inherited from BinaryEulerTour:

Method _tour Undocumented
def __init__(self, tree):

Undocumented

def _hook_invisit(self, p, d, path):

Visit Position p, between tour of its left and right subtrees.

_count: int =

Undocumented