资源列表
Binary-search
- 该程序是二叉搜索算法的代码实现,采用C++编程-The code of the binary search algorithm to achieve, using C++ programming
Dynamic-programming-DP-backpack
- 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
Multi-machine-scheduling-problem
- 用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem greedy
data-structure
- 数据结构用C语言实现的………各章节重要代码-data sturcture coded by C
hanoi
- 汉若塔问题的实现,用C语言编写。这是一个古老的传说,传说是如果把64个盘子由A柱移到了C柱的话,那么世界末日就到了.-The hanoi by using c language.
1
- 哈夫曼编码(贪心策略),对样本数据“哈夫曼编码实验数据.dat”读取-Huffman Coding(greedy)
shujujiegou
- 数据结构中的一部分:树,包括如何建立树、树的遍历等算法实现-how to set up tree
shunxubiao
- 里面包含了数据结构这本书里关于顺序表的源代码,可以下来直接用-Period of the order of table creation, insert elements and procedures to find the sequence tables
Pointer
- 链表的三种建立方式:正序、逆序以及有序建链表-how to set up pointer
Huffman
- 哈弗曼编码实现 含有具体注释 文件结构的哈弗曼树 包括编码及译码-Huffman Coding
Radix-Sort
- 自己写的基数排序的三个版本,对经典的基数排序有小小的改进。-Three versions of the radix sort, write your own classic radix sort, a little bit of improvement.
msort
- 数据排序软件,用于比较冒泡排序算法和快速排序算法的快慢,生动形象,适合于MFC初学者学习-data sorting software, used for the comparation between quick sorting and bubble sorting, suitable for MFC learner
