资源列表
FindTheShortestWayInaMap
- 读取存有邻接矩阵的txt文件,并将该计算从起始点至某点的最短路径-It is a program to find a shortest way between two different places.
mow
- 魔王语言问题的代码。采用C语言进行描述。-Devil Language code. Described using C language.
BinarySearchTree
- 二叉搜索树,学习数据结构写的,有点菜……正在学习,多多指教-BinarySearchTree for students data structur
数据结构中哈夫曼数的生成实现算法
- 数据结构中哈夫曼数的生成实现算法,数据结构中经典算法-Huffman algorithm
AddPolyn
- 数据结构中的利用单链表实现一元多项式的相加-Achieve one yuan polynomial addition
xianxingbiao
- 线性表的实验代码,实现了表的插入,删除,输出等功能
混合排序
- 这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.-This is a use of a variety of data sequencing procedures for ordering, scheduling time complexity of small, space complexity of small, fast order. Compressed including source files, then
Untitled1
- 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4 -【Descr iption】 d
quickSort
- 一个基本的快速排序算法包括最大堆和快速排序两种-FOR QUICK SORT ALGORITHM
quiksort
- 数据结构中经典的快速排序算法,用C语言实现-Classic Quicksort algorithm data structure C language
Zufallszahlen
- 数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
sort
- 能够实现各种排序,如希尔排序,快速排序,堆排序-To achieve a variety of sorting, such as Hill sort, quick sort, heap sort
