搜索资源列表
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
order
- 归并排序法:比较简单的使用c++语言进行归并并算法排序-Merge sort method: the use of relatively simple c++ language and merge sort algorithm
suanfaqxf
- 算法实验报告+源代码 实验一 1题 归并排序.cpp 11 实验一 2题 快速排序.cpp 12 实验二1题 贪心法求背包问题.cpp 13 实验二2题 贪心法求最短路径.cpp 16 实验三 动态规划求最短路径.cpp 17 实验四 回溯法求背包.cpp 18-Algorithm+ source code for test lab reports a problem for a merge sort. Cpp 11 question tes
Sorting-Algorithm-summary
- 排序算法总结,直接排序,冒泡排序,堆排序,二分法排序,归并排序,快速排序,基数排序-Sorting Algorithm summary
code
- 使用归并排序的方法来求数列中逆序对的个数(Merge method for reverse order)