2
Answers

TreeNode with depth attribute

Photo of sseidel

sseidel

21y
1.9k
1
Hi NG, i need a TreeNode with a "depth" attribute that enables me to explicitly tell the node where it has to occur. E.g. it has to be possible to skip some levels of the tree. Example: root--node1--node2 root-----------node3 Where can i find a paint-method or anything to implement this? thanks, stefan

Answers (2)