搜索资源列表
改进后的迷宫算法
- 迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度-maze procedures learning algorithms, data structures of classical learning process, by its own code optimization to speed up the search process
0_1Back
- 0_1背包问题的经典贪婪算法代码和K阶优化贪婪算法代码-0_1 back
1.3_pancake
- 微软的一道经典面试题,烙饼问题,对《编程之美》中的算法进行了优化,希望能有所帮助-A classic Microsoft interview questions, pancakes, programming algorithm optimization, hoping to help
MergeSort
- 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-归并排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- merge sort algorithm source code, with a detailed comment line
RadixSortTest
- 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-基数排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- fast sorting algorithm source code, with a detailed comment line
SortArithemic-cf
- 自己在学习数据结构过程中,优化总结的数据结构8种经典排序算法算法源码,附带详细注释行,和各种算法的时间复杂度对比-Own data structure in the learning process, the optimization summary data structure of the eight classical sorting algorithm algorithm source code, with a detailed comment line
BST_Arithemic
- 自己在学习数据结构过程中,优化总结的数据结构经典查找算法-二叉排序树操作算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure classical optimization search algorithm- binary sort tree operation algorithm source code, with detailed comment line
quickSortApp
- 对经典的递归快速排序采用选择法和栈进行优化,提高了算法的运行效率,使得对快速排序的理解更加深入。-The classical recursive quick sort and stack using the selection method to optimize and improve the operating efficiency of the algorithm, such that for more in-depth understanding of quick sort.
joseph
- 代码用优化算法解决了经典约瑟夫问题,算法复杂度为o(n),并且附有算法分析和说明文档。-Code with a simple algorithm to solve the classic problem of Joseph
gongetidu
- 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,