文件名称:ThreadedBinaryTree
介绍说明--下载内容均来自于网络,请自行研究使用
线索二叉树,二叉树的中序线索化方法。建立二叉树对应的二叉链表,先将该二叉树线索化,然后用非栈非递归方式输出该二叉树的中序序列。采用二叉链表存储结构,用递归方式
-Threaded Binary Tree, inorder threaded binary tree method. The establishment of the corresponding binary tree binary list, the first clue of the binary tree, and then use the output of non-stack non-recursive manner in order of the binary tree sequence. List storage structure using two forks, using recursive method
-Threaded Binary Tree, inorder threaded binary tree method. The establishment of the corresponding binary tree binary list, the first clue of the binary tree, and then use the output of non-stack non-recursive manner in order of the binary tree sequence. List storage structure using two forks, using recursive method
(系统自动生成,下载前可以参看下载内容)
下载文件列表
线索二叉树.cpp