找回密码
 立即注册
老罗the数据结构Tree | 语音压缩 2022-09-28 120 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
树是一种非线性的数据结构,它在客观S界中广泛存在,例如人们社会的族谱和各种社会组织机构都可以用树来表明。我们最常用到的是树和二叉树,其间又以二叉树更为有效。为什么这样说呢?由于大部分的操作都可以转变为一个爸爸、一个左儿子和一个右儿子来实现,并且对二叉树的操作更为简单。
数据结构与算法--老罗的缤纷六合.CHM

(Tree is a non-linear data structure, it exists widely in the objective world, for example, the family tree of people's society and various social organizations can be represented by trees. The most commonly used are the tree and the binary tree, during which the binary tree is more effective. Why do you say this? Because most of the operations can be transformed into a father, a left son and a right son, and the operations on the binary tree are simpler.
Data Structures and Algorithms--Lao Luo's Colorful Liuhe.CHM)

[下载]10011671217.rar




上一篇:《struts in action 使用领先的Java框架构建Web应用》中文版
下一篇:深入剖析C语言