资源列表
njbus
- 数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm
hash
- 数据结构,Hash表应用,采用的是查找算法-Data structure, Hash table application, using the search algorithm
sort
- 数据结构,排序算法比较,采用了直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法-Data structure, sorting algorithm comparison, use of the direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven ranking method
migong
- 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
mapsearch
- 数据结构,关键路径问题,设计并实现关键路径的一种应用,采用图的算法-Data structure, critical path problem, using graph algorithm
HeapSort_p86
- 堆排序。修订了教课书上程序代码的不足。提供了完成的调试方案-Heap sort
QuickSort_p88
- 快速排序。修订了教课书上程序代码的不足。提供了完成的调试方案-quick sort
MergeSort_p89
- 归并排序。修订了教课书上程序代码的不足。提供了完成的调试方案-merge sort
SelectionSort_p85
- 选择排序。修订了教课书上程序代码的不足。提供了完成的调试方案-Selection sort
BubbleSort_p87
- 交换排序。修订了教课书上程序代码的不足。提供了完成的调试方案-exchange sort
linzhiren
- 支持向量机领域的重要内容,台湾林智仁的工具箱,供参考学习-Support vector machines in the field of important content, Taiwan Lin Zhiren s toolbox for reference learning
knapsack
- 经典01背包问题,采用C++语言,动态规划思想实现;-01 knapsack problem using dynamic programming to achieve
