Introduction - If you have any usage issues, please Google them yourself
Non-recursive method of binary tree traversal non-recursive algorithm, you must set the stack, which enables the direct use of one-dimensional array instead of the stack, but must also set the stack pointer.