Introduction - If you have any usage issues, please Google them yourself
Traversal of the definition of the recursive algorithm: If the tree is not empty, then followed by the implementation of the following steps: (1) traverse the left subtree (2) visit the root node (3) traverse the right subtree.