Introduction - If you have any usage issues, please Google them yourself
A recursive first order, respectively, in order, and post-order traversal binary tree. Dynamic display binary tree building process. Steps: definition of binary tree structures, open space, build a binary tree. Written subroutine, traversing the binary tree building.