资源列表
[数据结构常用算法] Fast_Dijkstra
说明:时间复杂度为O(ElogV)的Dijkrastra算法的实现,解决城市道路网的最短路径问题,可以计算1000×1000个节点。-Time complexity is O (ElogV) of Dijkrastra algorithm to address the urban road network, shortest path problem, can calculate the 1000 × 1000 nodes.<刘金义> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] datastructures
说明:这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。-This is a set of exercises on data structure, which contains information about data structures, as well as answers to the various chapters of exercises, students can easily download.<wang> 在 2025-06-17 上传 | 大小:2.33mb | 下载:0
[数据结构常用算法] Datastruct
说明:实现数据结构中的队列,堆栈,二叉树,还有众多的排序算法。-inplemented data stricture such as queue,stack,tree and there are many alogrithm about sorting<shufy> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] shujujiegou
说明:清华大学严蔚敏老师的数据结构的ppt及一部分源码。-Tsinghua University, Yan Wei-min data structure ppt teacher and part of the source<黄元进> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] knapsack-problem
说明:原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare<ZLS> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] TerraExplorerX
说明:基于C#的实现skyline算法,其中一个插件-Skyline algorithm based on C#, one of the plug-in<jianghansheng> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] migongqiuj
说明:这是一个迷宫求解的小程序,适用于数据结构课程设计-This is a maze-solving procedures applicable to the data structures course design<高红> 在 2025-06-17 上传 | 大小:2.33mb | 下载:0
[数据结构常用算法] Date
说明:输入年、月、日、时、分、秒,在屏幕上模拟显示一电子计时器,不断输出下一秒的时间和日期,以及格林威治的日期和时间。-Enter the year, month, day, hour, minute, second, analog display on the screen of an electronic timer, continuous output time and date of the next second, as well as the date and time in Greenw<Eating> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] stooge_sort
说明:桶排序算法,分治算法,输入一串数字,输出他们从小到大的排序-Bucket sort algorithm, divide-and-conquer algorithm, input a string of numbers, the output from small to large order<胡战> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0
[数据结构常用算法] Integer_Partition
说明:整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division<谢文> 在 2025-06-17 上传 | 大小:2.34mb | 下载:0