3 lines
133 B
Tcl
3 lines
133 B
Tcl
# Sample tree to demonstrate with
|
|
struct::tree t deserialize {root {} {} a 0 {} d 3 {} e 3 {} f 9 {} b 0 {} c 0 {}}
|
|
visualize_tree t
|