Introduction - If you have any usage issues, please Google them yourself
Procedures to determine the characteristics of binary tree. Such as: the level of each node, the node from the root to the branch length (path length), the number of generations and the number of ancestors. Each node in the former order, in sequence, after the sequence number of the visit.