资源列表
[数据结构常用算法] vectoralist
说明:练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个<唐亮> 在 2024-12-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] fanxinsuanfa
说明:定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output valu<唐亮> 在 2024-12-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the_k_shortest_path
说明:第k短路算法,用A*算法和优先队列实现。查找任意两点间的第k短路,时间复杂度O(NLOGN)-K-shortest path algorithm, A* algorithm and priority queue. Find the first k short circuit between any two points, the time complexity of O (NLOGN)<scarlett> 在 2024-12-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the-num-k-element
说明:寻找中项和第k小元素 通过使用线性时间分析的数学方法 从而找到第k小元素 而不用排序以后再找-you can find the middle element and the num k element in a array which is not originally sorted<vincent> 在 2024-12-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] layersequence
说明:layersequence,主要是数据结构算法中初级的一种,本程序时其一个简单的应用-layersequence is about alogrithom<JackeCheng> 在 2024-12-25 上传 | 大小:1kb | 下载:0