Create a tree for demo and testing
Create a tree for demo and testing
CreateRandomTree(nodes = 100, root = Node$new("1"), id = 1)
nodes |
The number of nodes to create |
root |
the previous node (for recursion, typically use default value) |
id |
The id (for recursion) |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.