Introduction - If you have any usage issues, please Google them yourself
Binary Tree s basic operations (1) in the binary list on the design and realization of the following binary tree algorithm for computing the design ① recursive algorithm: Remove binary tree, and tree height, for binary tree in leaf nodes, copy the binary tree, exchanging left and right subtree tree. ② design algorithm, since by the next, since the left-to-right order, that is, according to the level of a binary tree traversal. ③ main function of the design, testing each of the above calculations.