资源列表
btree_db
- C/C++ code B TREE source code-btree with c/c++
xunxusuoyinchaxun
- 数据结构 顺序表查询 是学习数据结构时做的实验 希望对大家有帮助-Query data structure in order to learn to do the experiment when the data structure we want to help
list
- 用C++写的循环链表,可以先申请一定的空间,如果不够可以动态增长。-With C++ write cycle chain, can apply for a certain space, if not enough dynamic growth.
BTree 二叉树的遍历与应用
- 二叉树的建立,前序中序后序遍历,线索化,递归非递归遍历,查找前驱或后继结点,输出,菜单实现。-The establishment of a binary tree, inorder preorder postorder traversal, threaded, non-recursive traversal recursion, find precursor or successor nodes, output, menu implementation.
migong
- 一个简单的迷宫程序,设置起点和终点,可以自动走出来-A simple maze procedure, set start and end, it will automatically come out
B_Tree
- B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B-tree representation and basic operations. A. Master of B-tree storage structure. Two. Keyword values, insert and delete operations in the B-tree. 3. Practice-screen gr
car
- 算法分析中的经典问题之动态规划法汽车加油问题,应用VC++编写的C源码-Algorithm analysis of the classic problems of the dynamic programming vehicle refueling, the application VC++ source code written in C
java
- 数据结构java描述,链表,栈,队列,图,树-Java data structure descr iption, linked lists, stacks, queues, maps, trees,
C-language-practice-hans-tower
- 简单实现汉诺塔计算,不是很复杂,此过程使用递归算法-Simple to implement han s calculation tower, not very complex, this process using recursion algorithm
Bitree
- 二叉树的基本功能实现,包括递归遍历,非递归遍历-To achieve the basic functions of a binary tree, including recursive traversal, non-recursive traversal
ht
- 构造霍夫曼树HT,将有n个叶子结点的哈夫曼树HT进行编码, 所编的码存放在HC中。
zhujujiegou
- 串及矩阵的压缩存储应用,二叉树的构造与遍历,栈的测试和应用,线性表的链存储操作实现 源码加报告
