资源列表
[数据结构常用算法] Binary-tree
说明:给出二叉树的中序和前序或中序和后序回复树并输出-Binary tree in the order given in the preamble or in the order and return after the tree and the output sequence<七月> 在 2025-06-16 上传 | 大小:11kb | 下载:0
[数据结构常用算法] most-common-subsequence-string
说明:算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.<lixu> 在 2025-06-16 上传 | 大小:2kb | 下载: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> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Greedy-algorithm
说明:贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm<langchunling> 在 2025-06-16 上传 | 大小:4kb | 下载: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 experiments were done tested<simon greenhall> 在 2025-06-16 上传 | 大小:8kb | 下载: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 n integers S and another inte<张萌萌> 在 2025-06-16 上传 | 大小:898kb | 下载: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 A [1.. n] is A contains n A d<张萌萌> 在 2025-06-16 上传 | 大小:1.63mb | 下载:0