class BalancingTree: def __init__(self, n): self.N = n self.root = self.node(1<