搜索资源列表
5
- 在顺序存储结构中,利用编号表示元素的位置及元素之间孩子或双亲的关系,因此对于非完全二叉树,需要将空缺的位置用特定的符号填补,若空缺结点较多,势必造成空间利用率的下降。在这种情况下,就应该考虑使用链式存储结构。-Storage structure in order to use the element number that the location and elements of the relationship between children or parents, so for non-c
Binary_Trees
- 二叉树数据结构的讲义,全面介绍了完全二叉树、满二叉树的概念-Binary tree data structure of the lecture notes, a comprehensive descr iption of the complete binary tree, full binary tree concept
1211
- 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树-Given a binary tree structure, the judge is not complete binary tree binary tree
Dts.301-4.LoserTree
- 败者树的C++源码,败者树实际上是一棵完全二叉树,可以看做是胜者树的一种变体。-C++ source of loser tree.