资源列表
duipaixu
- 数据结构的课程设计,要求用堆排序实现prim算法的最小边的权值选择,改的程序,调试了,可以运行-Data structure curriculum design requirements heap sort prim algorithm of minimum weight edge select change program, debug, you can run
Shortest-path
- 数据结构 基于邻接表的有向图最短路径快速算法-Data structure Quickly to the shortest path algorithm based on adjacency list
sort
- 排序算法,各种排序,主要是主流排序,插入排序什么的,对几个排序惊醒了个对比,时间复杂度-Sorting algorithm, various sort, mainly mainstream sort, insertion sort something, some sort awakened on a comparison of the time complexity
nxn-solver
- this a fortran source code for solving nXn equation system solving.-this is a fortran source code for solving nXn equation system solving.
huffman
- 统计符号(字母)出现的次数,并对其进行哈夫曼编码,再进行解码得到原结果-Number of statistical symbols (letters) appears, and its Huffman coding, decoding the original results obtained
sushudui
- 编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the integer n is prime : bool prime
huffman
- 哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and store the output array of the best
zhengshuzhuanzifu
- 将输入的整数转换成字符串的C语言编程程序-The input string into an integer programming in C language program
heapSort.cpp.tar
- 这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful
贪婪算法解决背包
- 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
RLS
- 递归最小算法的一种改进算法,性能有很大的改进。
erchapaixushu
- 二叉排序树的实现,用C++语言实现的算法,希望那个能给大家一点帮助