资源列表
Huffman
- 根据给定节点以及相对应的权值或者出现的概率大小构建哈夫曼树并编码-Creating a huffman tree according to some nodes and coding .
minimum-spanning-tree
- 本程序用Kruskal算法构造最小生成树,注释详细并附带调试结果-Creating a minimum spanning tree with the Kruskal algorithm.
Subset-repartition
- 改程序涉及的是子集划分问题。将已知集合划分成不相交的子集,任何子集上的元素满足互不冲突。-Subset repartition
Polynomial-combined
- 该程序实现多项式相加算法,主要利用了链表的知识-Polynomial combined
KMP
- KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
Array-and--needle
- 指针,指针数组,软排序的代码,自己考虑的,忘大家指正呀。-Pointer, pointer array, soft sort code,thinking by myself,i want get everyone chance
guibingpaixu
- 实现归并排序在C++平台上实现,功能尽管比较简单,但是应用非常广泛-realize merge sort
linklist
- 链表功能的C语言算法,使用数据结构来实现-use C language to create and delete a linklist
CPP
- C语言数据结构教程,对数据结构进行进一步的说明。-A BOOK OF C.
1
- 离散数学代数系统,详细的代码实现,以及不错的算法-Discrete Mathematics algebra system, a detailed code, and good algorithms
migongwenti
- 完整的代码,每个模块的流程图,截图,可以运行-Complete code, each module flowchart, screenshots, you can run
closetpair
- 最近点算法,求若干个点之间的最近点对间的距离,给出横纵坐标!-Nearest point algorithm, find the number of points between the nearest point of the distance between the vertical and horizontal coordinates are given!
