文件名称:树_17281183_刘梦婷
- 所属分类:
- 数据结构常用算法
- 资源属性:
- 上传时间:
- 2020-01-19
- 文件大小:
- 1.46mb
- 下载次数:
- 0次
- 提 供 者:
- lmt19******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
建立树的孩子兄弟链表存储结构,求树的深度。
要求:
1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。
2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree.
Requirement:
1) Input each edge in the tree from top to bottom (for example, a, AB, AC, BD, b). Do not convert it to binary tree input.
2) According to the traversal order from root to leaf node in the tree (input from left to right in each layer), input the node sequence and the degree of each node, and construct the child brother list.)
要求:
1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。
2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree.
Requirement:
1) Input each edge in the tree from top to bottom (for example, a, AB, AC, BD, b). Do not convert it to binary tree input.
2) According to the traversal order from root to leaf node in the tree (input from left to right in each layer), input the node sequence and the degree of each node, and construct the child brother list.)
相关搜索: 树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
树_17281183_刘梦婷 | 0 | 2019-05-01 |
树_17281183_刘梦婷\lab4 | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\.vs | 0 | 2019-04-23 |
树_17281183_刘梦婷\lab4\.vs\lab4 | 0 | 2019-04-23 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15 | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\.suo | 38912 | 2019-04-30 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\Browse.VC.db | 1712128 | 2019-04-30 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\ipch | 0 | 2019-04-23 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\ipch\AutoPCH | 0 | 2019-04-23 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\ipch\AutoPCH\c164e8ac43c468e1 | 0 | 2019-04-23 |
树_17281183_刘梦婷\lab4\.vs\lab4\v15\ipch\AutoPCH\c164e8ac43c468e1\源.ipch | 2293760 | 2019-04-30 |
树_17281183_刘梦婷\lab4\Debug | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\Debug\lab4.exe | 41472 | 2019-04-30 |
树_17281183_刘梦婷\lab4\Debug\lab4.ilk | 340596 | 2019-04-30 |
树_17281183_刘梦婷\lab4\Debug\lab4.pdb | 438272 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4 | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4.sln | 1425 | 2019-04-23 |
树_17281183_刘梦婷\lab4\lab4\Debug | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.Build.CppClean.log | 1176 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.log | 883 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog | 0 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\CL.command.1.tlog | 634 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\CL.read.1.tlog | 3022 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\CL.write.1.tlog | 448 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\lab4.lastbuildstate | 244 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\link.command.1.tlog | 1102 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\link.read.1.tlog | 3852 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\lab4.tlog\link.write.1.tlog | 432 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\vc141.idb | 35840 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\vc141.pdb | 69632 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\Debug\源.obj | 19006 | 2019-04-30 |
树_17281183_刘梦婷\lab4\lab4\lab4.vcxproj | 5942 | 2019-04-23 |
树_17281183_刘梦婷\lab4\lab4\lab4.vcxproj.filters | 948 | 2019-04-23 |
树_17281183_刘梦婷\lab4\lab4\lab4.vcxproj.user | 165 | 2019-04-23 |
树_17281183_刘梦婷\lab4\lab4\源.cpp | 2398 | 2019-04-30 |
树_17281183_刘梦婷\树_实验报告_17281183_刘梦婷.docx | 431869 | 2019-05-01 |