文件名称:数据结构工程----树的实现
文件大小:658KB
文件格式:ZIP
更新时间:2021-08-19 04:05:08
数据结构
定义:树是一个n(n>=0)个结点的有序合集 名词理解: 结点:指树中的一个元素; 结点的度:指结点拥有的子树的个数,二叉树的度不大于2; 数的度:指树中的最大结点度数; 叶子:度为0的结点,也称为终端结点; 高度:叶子节点的高度为1,根节点高度最高; 层:根在第一层,以此类推;
【文件预览】:
binaryTree
----.project(811B)
----Debug()
--------objects.mk(231B)
--------src()
--------sources.mk(528B)
--------binaryTree(68KB)
--------makefile(1KB)
--------binaryTree.exe(871KB)
----src()
--------linkedBinaryTree.h(3KB)
--------maxPriorityQueue.h(808B)
--------test.cpp(6KB)
--------maxHblt.h(928B)
--------binarySearchTree.h(888B)
--------huffmanTree2.cpp(3KB)
--------maxHblt.cpp(3KB)
--------binaryTree.h(1KB)
--------linkedBinaryTree.cpp(3KB)
--------binarySearchTree.cpp(4KB)
--------bsTree.h(365B)
--------huffmanTree4.cpp(6KB)
--------huffmanTree3.cpp(3KB)
--------huffmanTree1.cpp(1KB)
--------dictionary.h(537B)
--------indexedBinarySearchTree.h(1KB)
----.settings()
--------language.settings.xml(3KB)
--------org.eclipse.cdt.managedbuilder.core.prefs(1KB)
----.cproject(17KB)