Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Binary tree operation
no vote
Binary tree is created recursively by using the preorder traversal of binary tree. The functions include: creating binary tree, preorder traversal, middle order traversal, postorder traversal, calculating leaf nodes, calculating all nodes, calculating depth, judging whether the binary tree is empty, releasing subtree.
shuaishuai380
2017-11-20
1
1
No more~