Introduction - If you have any usage issues, please Google them yourself
Enter a binary search tree, the two yuan search tree into a sort of two-way linked list. Requirements can not create any new node, adjust the pointers point only. Binary search tree: root, each node: data, small pointer, large pointer after converted into a doubly linked list before ordering small pointer should point to an element, after the larger pointer points to an element