资源列表
[数据结构常用算法] bracketmatch
说明:检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.<> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 3230
说明:带堆优化的贪心,从题意中我们可以得到的最暴力解法就是,每天都搜索整个数组,找出符合条件的题目并且它的经验是最大的,这样找M天就好了。接下来就是如何优化,在每次找的时候我们只要找经验最大的,因为可以用大顶堆组织可以做的题目,每次升级之后加入新的可以做的题目就OK了。-Optimized with a greedy heap, from the meaning of the questions, we can get the most violent solution is that every d<ufo> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sqlist_myown
说明:数据结构中的顺序表,用c++实现的,一个简单的程序-sqlist in data structure with c++ asmall program<付浩> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Heapfunction
说明:算法分析实验 算法分析变治法 堆排序-Experimental analysis of algorithms analysis of algorithms change conquer Heap Sort<tabuiy> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijkstra-C
说明:这是在C++语言环境下编写的关于Dijkstra算法的程序-This is the C++ language environment to prepare the procedure on the Dijkstra algorithm for<naiyu> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] exp6_binaryTree
说明:binary tree is one of most important structure in application of data structure.this file implement the data structure in a recusive way.<ewitt> 在 2025-06-05 上传 | 大小:1kb | 下载:0