Introduction - If you have any usage issues, please Google them yourself
1. Create a binary tree
2. The first sequence can be generated traversing binary tree
3. Can be generated in order traversing binary tree
4. Can be generated after traversing binary tree
5. Calculation of binary tree nodes and leaves the total points
6. Can create undirected graph adjacency matrix
7. Depth-first traversal graph can be generated