资源列表
linklist
- 用链表实现 创建 查找 删除 添加等功能!-List create lookup delete add!
longadd
- 任意长度整数相加c语言 代码 超简单 运算速度超快-Ultra-fast ultra-simple operation speed arbitrary length integers c language code
BiTree
- 根据二叉树的抽象数据类型的定义。使用二叉链表实现一个二叉树。-set up a BiTree
huffman
- C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
23_2
- 航空管理系统 包括输入输出航班号 添加删除 按公司分类 安航班号和时间排序-Aviation management system, including the flight number of the input and output add remove sort by flight number and time of the company classified security
Strassen
- 这是我自己写的一个实现Strassen的算法,方便简单,容易看懂,上手快,但是好像算法的时间要到很大才比普通算法快-I wrote an implementation of Strassen algorithm, convenient and simple, easy to understand, and the grassland, but it seems that the time of the algorithm to be great only faster than the ordi
boost_multi_index_test.tar
- boost多索引容器的使用实例,包括重复索引容器和查找的使用。-boost multi-index container use cases, including the use of the repeated index container and find.
PolyMul
- 在实现多项式加减的基础上,实现了多项式的乘法,可以正确执行-, To achieve the multiplication of polynomials can be performed correctly on the basis of the polynomial subtraction
BTree
- 实现了数据结构实验中的BTree,代码无错,可以正确执行-The BTree data structure experiments, code no mistake, you can correct execution
AVLTreeDelete
- 实现了数据结构实验中的AVLTree的删除操作,代码无错,可正确运行-Achieve a the data structure experiments AVLTree delete operation, error-free code, can be run properly
binaryTree
- 实现了二叉树的相关操作,可显示结点,也可用三种方式遍历,代码无错,可正确执行-A binary tree operation, node, and also can be used in three ways traversal, error-free code can be executed correctly
Dynamic-Pragramming(Berkeley)
- 这是美国加州大学伯克利分校的算法学习中的动态规划的资料。-Dynamic Pragramming(Berkeley)
