资源列表
[数据结构常用算法] 10-Algorithm-classic-collection
说明:10本经典的数据结构与算法数据,如<Data Structures and Algorithm Analysis in C>等-10 Algorithm classic collection<x> 在 2025-02-07 上传 | 大小:27.66mb | 下载:0
[数据结构常用算法] hash-table
说明:Program to implement a hash table and do insertion and deletion on it<Jithin> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] OrderedSet.cpp
说明:using a class define a orderd set<gns> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Sort
说明:算法设计,给出快速排序和归并排序的C++实现代码,并利用产生大量随机数方式比较运行时间。-Algorithm design, given the quick sort and merge sort in C++ code, and using a large number of random number generation means compare running time.<WangXiaolei> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] KnapSack
说明:蛮力、动态规划、回溯、分支限界四种算法求解0/1背包问题-Four algorithms(brute force, dynamic programming, backtracking, branch and bound ) to solve 0/1 knapsack problem<WangXiaolei> 在 2025-02-07 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Power
说明:分别用蛮力法、分治法、减治法求a的n次方,并比较运行时间-Respectively with brute force method, partition method, reduce the power comes for a ^ n,and compare the running time.<WangXiaolei> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MaxSum
说明:用蛮力法、分治法和减治法求最大子段和问题并比较运行时间。-With the brute force method, divide and conquer method for the treatment and reduce the largest sub-segment and the issues and compare the running time.<WangXiaolei> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ClosestPoints
说明:分治法和蛮力法求最近对问题及其时间复杂度比较-Divide and conquer method and the brute force method for the recent problems,and comparing the running time.<WangXiaolei> 在 2025-02-07 上传 | 大小:1kb | 下载:0