资源列表

« 1 2 ... .09 .10 .11 .12 .13 1414.15 .16 .17 .18 .19 ... 2656 »

[数据结构常用算法Binary-tree

说明:给出二叉树的中序和前序或中序和后序回复树并输出-Binary tree in the order given in the preamble or in the order and return after the tree and the output sequence
<七月> 在 2024-10-11 上传 | 大小:11264 | 下载:0

[数据结构常用算法most-common-subsequence-string

说明:算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
<lixu> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法minimum-expansion-of-two-strings

说明:算法设计类源代码。使用动态规划的方式计算两个字符串的最小扩展距离。-Algorithm design class source code. Calculated using dynamic programming the minimum expansion of the distance of two strings.
<lixu> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法bestmatch

说明:算法设计类源代码。以男女配对为例,通过男女优先表循环寻求稳定匹配或者最佳匹配。-Algorithm design class source code. Match between men and women, for example, prioritized list of men and women circulating through the match or best match for stability.
<lixu> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Greedy-algorithm

说明:贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm
<langchunling> 在 2024-10-11 上传 | 大小:4096 | 下载:0

[数据结构常用算法data-structure

说明:包含基本数据结构类型:链表,顺序栈,链式栈,链式队列,顺序队列,二叉树,图,在做数据结构实验时均测试过-Contains the basic data structure types: list, the order stack, the stack chain, chain queue, the order of the queue, binary tree, graph, data structure in the experime
<simon greenhall> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法maze

说明:实现迷宫随机生成和手工生成,并找到最短路径后输出。-Achieve randomly generated and hand-generated maze and find the shortest path output.
<曾小曾> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[数据结构常用算法h

说明:二叉树的相关操作的源代码,用于建立,删除,排序,查找二叉树-Related operations for binary source code used to create, delete, sort, search binary tree
<白杨> 在 2024-10-11 上传 | 大小:6144 | 下载:0

[数据结构常用算法xitiji

说明:包含各大名校的数据结构习题和答案,真正体会数据结构算法方法精髓-Data structure that contains the major schools of exercises and answers, the real essence of understanding the data structure algorithm method
<雷盼> 在 2024-10-11 上传 | 大小:926720 | 下载:0

[数据结构常用算法Job1

说明:算法导论练习2.3-7:请给出一个运行时间为Θ(nlgn)的算法,使之能在给定一个由n个整数构成的集合S和另一个整数x时,判断出S中是否存在有两个其和等于x的元素。-Introduction to Algorithms Exercise 2.3-7: Please give a running time of Θ (nlgn) algorithm, so that it can in the given form by a set of
<张萌萌> 在 2024-10-11 上传 | 大小:919552 | 下载:0

[数据结构常用算法Job2

说明:算法导论 思考题2-4逆序对问题:设A[1..n]是一个包含n个不同数的数组。如果在i<j的情况下,有A[i]>A[j],则称( i , j )就称为A中的一个逆序对(inversion)。给出一个算法,它能用Θ(nlgn)的最坏情况运行时间,确定n个元素的任何排列中逆序对的数目。(提示:修改合并算法)-Algorithm is graded 2-4 reverse introduction to question: set
<张萌萌> 在 2024-10-11 上传 | 大小:1710080 | 下载:0

[数据结构常用算法MaxSum

说明:这是一个求最大子串和的问题的源代码,里面有很好的算法和数据结构时间复杂度为线性时间。-This is a sub-string and find the biggest problem of the source code, there are good algorithms and data structures for the linear time complexity.
<y> 在 2024-10-11 上传 | 大小:1024 | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 1414.15 .16 .17 .18 .19 ... 2656 »

源码中国 www.ymcn.org