Introduction - If you have any usage issues, please Google them yourself
1, (practice questions) Write a program to determine the characteristics of a binary tree. Such as: the level of each node, the node from the root to shoot length (path length), the number of children and the number of ancestors. Each node of the first order, in order, the order of the access number.