Introduction - If you have any usage issues, please Google them yourself
Known binary tree using linked list storage structure, the preparation of a binary tree algorithm for the exchange of all the left and right subtree of the location, that is, the left node node subtree into right subtree, right subtree into left subtree.