摘 要随着时代的不断进步,计算机技术也随之得到发展。数据结构在计算机技术的发展中起到巨大的作用。数据结构为构建出高效的计算机算法打下了坚实的基础。良好的数据结构能够提高算法效率的同时也能减少对系统资源的占用[1]。本文所研究的线索二叉树就是一种很常用的计算机算法。线索二叉树在计算机技术中的应用非常广泛,不管是在计算机系统构建上还是在智能化设计的搜索上都能看到这种算法的身影[2]。因此本文主要对传统的线索二叉树展开介绍然后对其进行一定的优化,希望这个优化之后的线索二叉树能够为之后的计算机算法的发展提供一定的帮助。关键字:数据结构; 线索二叉树; 计算机算法ABSTRACTWith the continuous advancement of the times, computer technology has 第 4 章 线索二叉树设计also developed. Data structures play a huge role in the development of computer technology. The data structure lays a solid foundation for building efficient computer algorithms. A good data structure can improve the efficiency of the algorithm while reducing the occupation of system resources.The clue binary tree studied in this paper is a very common computer algorithm. The clue binary tree is widely used in computer technology, and it can be seen in both computer system construction and intelligent design search. Therefore, this paper mainly introduces the traditional clue binary tree and then optimizes it. It is hoped that the clue binary tree after optimization can provide some help for the development of computer algorithms.Keywords: data structure clue; binary tree computer; algorithm目 录第 1 章 绪论.............................................................1第 2 章 数据结构介绍.....................................................22.1 数据结构.........................................................22.2 树的结构定义.....................................................2第 3 章 传统线索二叉树和新线索二叉树的区别...............................33.1 传统二叉树..................