资源列表

« 1 2 ... .51 .52 .53 .54 .55 856.57 .58 .59 .60 .61 ... 2656 »

[数据结构常用算法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-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法homework

说明:数据结构中的各种排序集合,包括桶排序、插入排序、希尔排序、冒泡排序、快速排序、选择排序、归并排序、堆排序、基数排序、奇偶排序-Data structure in a variety of sorting a collection, including the bucket sort, insertion sort, Shell sort, bubble sort, quick sort, selection sort, merge sort, heap sort, radix sort, odd
<ri> 在 2025-06-09 上传 | 大小:4kb | 下载:0

[数据结构常用算法_Introduction.to.algorithm

说明:ebook_Introduction to algorithm 2E
<陳煒松> 在 2025-06-09 上传 | 大小:8.62mb | 下载:0

[数据结构常用算法data

说明:数据结构——单链表基本操作,用的是C语言编写的,可能有小错。-Data structure- the basic operation of a single linked list, using the C language, and there may be minor mistakes.
<bb> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法OS

说明:操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
<穆旭> 在 2025-06-09 上传 | 大小:7mb | 下载:0

[数据结构常用算法suanfa

说明:里面包含了各种常用算法的java实现,如八皇后问题,合唱队问题,找零钱问题,最短路径问题等-Which contains a variety of commonly used algorithm java implementation, such as the eight queens problem, chorus problems, to find small change problem, the shortest path problem, etc.
<穆旭> 在 2025-06-09 上传 | 大小:9kb | 下载:0

[数据结构常用算法Stack544014

说明:用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
<钟书球> 在 2025-06-09 上传 | 大小:38kb | 下载:0

[数据结构常用算法Proj_2

说明:此程序可以用选择排序,冒泡排序,快速排序,合并排序,堆排序来对数列进行排序,而且可以算出它的比较次数-yeah,it is really good!!!
<梁光> 在 2025-06-09 上传 | 大小:286kb | 下载:0

[数据结构常用算法ALGORITHM

说明:用多种方法计算斐波那契数,有矩阵算法,递归算法等。-yeah ,it is really good!!!
<梁光> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法datastructures

说明:浙江大学2009冬学期陈越老师高级数据结构的课件-Zhejiang University, 2009 Winter semester Chen Yue teacher advanced data structures courseware
<wangyaoyao> 在 2025-06-09 上传 | 大小:3.05mb | 下载:0

[数据结构常用算法Data

说明:数据结构与算法分析-用c描述 作者:Mark Allen Wei-Data Structures and Algorithm Analysis- By using c Descr iption: Mark Allen Weiss
<wangyaoyao> 在 2025-06-09 上传 | 大小:2.03mb | 下载:0

[数据结构常用算法Linklist_cplus

说明:Linklist 链表实现,用c++做的,可以-linklist in data structure with c++
<付浩> 在 2025-06-09 上传 | 大小:691kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 856.57 .58 .59 .60 .61 ... 2656 »

源码中国 www.ymcn.org