R/util.R
CreateRegularTree.Rd
Create a tree for demo and testing
CreateRegularTree(height = 5, branchingFactor = 3, parent = Node$new("1"))
the number of levels
the number of children per node
the parent node (for recursion)