资源列表
CPPprogramming
- 该资源包含一些C++编程的小程序,如字符串操作、链表的插入删除及函数重载的简单应用。-The resources contains some small-programs, such as string operation, list of insert and delete function overloaded simple application.
Maze-solution
- Maze Solution 用于设计迷宫并实现迷宫求解,只是一个简单的实例.-Maze Solution is used to design and realize the Maze Solution, just a simple code.
erchashu
- 二叉树的存储和遍历 C语言 1、 递归算法实现遍历很简洁。 2、 在生成二叉树以后要把生成树的首地址带回来,所以要用的指向指针的指针。-Binary tree s storage and traverse C language
haffuman
- 1、 构造哈弗曼树然后按照一定的规则进行哈弗曼编码。 2、 用指向指针的指针把建成的树带回, 3、 所有的叶子节点的编码指定是不一样的。 -Huffman tree
tu
- 定义静态查找表的顺序存储结构 2.基本操作 创建静态查找表, 对静态查找表排序(非降序排列)(分别使用插入法,冒泡法,快速排序) 销毁表, 折半查找法查找关键字等于某个key的数据元素。 -Sort, and find
test8
- 用邻接链表结构存储图。程序首先调用建立有向图邻接链表的算法,建立有向图的邻接链表,在此邻接链表结构上,实现对有向图的拓扑排序,并输出结果。-Structure storage figure
instantcode
- 给定码长,根据码长使用克拉夫特不等式判断是否可以构造即时码,假如可以则使用树来构造即时码。-Given the lengths of the instant code,the use the Kraft inequality to judge if it is ok to construct the instant code,if it is ok.Then construct it.
Polynominom
- 使用C++链表构造多项式,可以用此类来进行多项式加减乘除。-Using C++ Class to construct Polynominom.
Algorithm-interview-questions
- 算法大全 面试题 链表 栈 二叉树 数据结构 -Algorithm Guinness interview questions list stack data structure of binary tree
insert
- 随机生成10000个数使用快速排序,插入排序,和归并排序并保存文件,并且输出各自的运算时间-Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’ . . . an’
Circular-permutation
- 圆排列问题。算法分析与设计。C++程序。-Circular permutation. Algorithm analysis and design. C program.
WordSegment
- 用C++开发的分词系统 运用基于哈希的逆向最大匹配算法 基于词典-Word in C development system uses a hash-based reverse maximum matching algorithm is based on dictionary
