资讯

先来看看维基百科上关于它的英文定义: A binary tree is threaded by making all right child pointers that would normally be null point to the inorder successor of the node ( if it exists), and all left child pointers that ...