资源列表
bbtree
- 平衡二叉树包括建立添加删除遍历,控制台程序,主要演示平衡二叉树的实现-Balanced Binary Tree This article give a brief, non-academic (=no dwelling into time complexity issues), explanation of what binary trees are about. It also provide source and demo of a generic tree class. Functio
data-structures
- 一本有关数据结构的chm类型电子书,很全,适合初学者-A data structure of the CHM type of e-books, very full, suitable for beginners
xianxingbiao
- 数据结构中线性表的c++实现,包括经典问题约瑟夫环。-Linear table data structures c++ implementation, including the classic problem Josephus.
quadtree
- 四分树的构造,二叉树的进阶版,算法入门竞赛里面的题目-The structure of the four tree, binary tree premium, introduction to algorithms inside the title of the competition
huaweijishi
- 华为机试整理 2014华为上机题华为校招上机C&C++试题-huawei jishi
huaweijishizhengli
- 华为机试整理华为机试整理c++华为机试整理华为机试整理c-hua wei ji shi zheng li
qiujiaoji
- 数据结构:实现两个有序线性表的交集,并选择另外开辟一个空间实现有序交集的线性存储。-Data Structure: Implementing the intersection of two ordered linear form, and another to open up a space orderly intersection of linear memory.
enhancedBST
- 增强二叉搜索树是二叉搜索树的一种推广,其中每个结点除了保存关键字外,还保存了 以该结点为根的子树的结点数目(包括该结点本身)。通常我们使用链式结构来存储二叉搜索树。在本实验中, 我们要求使用链式结构实现增强二叉搜索树,并实现其建立、复制、前/中/后序遍历、层高统计、结构从属判断等操作。-Enhanced binary search tree is a generalization of a binary search tree, where each node except to save th
TicketQue-lgood
- C++ 写的 基于队列的火车站购票系统,可以与数据库连接,可以加图形界面,可以改变成真实项目-C++ wrote train station ticket queue-based system, you can connect to the , you can add a graphical interface, it can change into a real project
Expression-evaluation
- 利用堆栈 ,来进行表达式求值,但是是以#结束的-Use the stack, for expression uation, but on# ended
In-the-jungle-road
- 丛林中的路,利用最小生成树的prim(普利姆)算法,找最小值-Jungle road, using the minimum spanning tree prim (premium) algorithm, to find the minimum value
HuffmanCodeTree
- Huffman编码树,也是最优二叉树,这个程序是用的huffman编码来编程的-Huffman coding tree, which is the most optimal binary tree, this program is to use Huffman coding to programming