Tree def Tree { Left: Node Right: Node } def Node { Weight: String Target: Tree }