资源列表
1
- 给定n 位正整数a,去掉其中任意k≤n 个数字后,剩下的数字按原次序排列组成一个新的正整数。对于给定的n位正整数a 和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。对于给定的正整数a,编程计算删去k个数字后得到的最小数。-Given n-bit positive integer a, to remove any of them k ≤ n digits after the original order of the remaining figures to form a new
NEXTVAL
- 字符串的模式匹配算法,主要用的是数据结构-String pattern matching algorithm, the main data structure is used
ZeroOne
- 求0,1序列的三种办法 第一种:递归深度搜索 第二种:栈结构深度搜索 第三张:神秘方法-Three methods to solve 0-1 sequence 1st: recursive DFS 2st: DFS on stack construction 3st: sprytical..
Welon
- 约瑟夫问题。。。适用于数据结构队列。C语言新手可以下载-Joseph problems. . . For the queue data structure. You can download the C language novice
Matching-parentheses
- 数据结构中堆栈的应用。。 输入一串字符串(含有小括号) 判断括号是否匹配-Stack data structure. . Enter a string (with brackets) Determine whether the brackets match
1945_N_Queens_Question
- 在NXN格的国际象棋棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 第一行为一个整数T,表示有T组数据。 以下T行,每行有一个整数n(0<n<=11),如上所述。 对于每组数据输出一行,即问题的答案。 -In NXN chess board grid placing N queens on, it can not attack each other, that any two of the Queen can
c3
- 组合问题 问题描述:找出从自然数1,2,…,n中任取r个数的所有组合。 采用回溯法找问题的解,将找到的组合以从小到大顺序存于a[0],a[1],…,a[r-1]中,组合的元素满足以下性质: (1) a[i+1]>a,后一个数字比前一个大; (2) a-i<=n-r+1。 -Combinatorial problems Problem Descr iption: Find out from the natural numbers 1,2, ..., n r t
N-huanghou
- N皇后回溯算法 课上使用小例子 仅供参考 -N Queens backtracking algorithm using a small example of the class
GP
- 能够有效的得到动力系统的一维信号序列的关联维度,为分析动力系统的规律提供参数参考,实际运用中也确实很有效果。-Which can effectively obtain the correlation dimension of the one-dimensional signal sequence of the power system, provide the parameter reference for the analysis of the law of the power system,
bei_bao
- 可以解决背包问题,而不是0-1背背包。使用于数据结构里面的课后题!-Knapsack problem can be solved, not the 0-1 knapsack back. Data structure used inside the after-school question!
CSourse2
- 括号匹配的检验,数据结构书中的一个例子,初学者能看懂-c for new student
1
- 三种二叉树的遍历算法,先序,中序,后序等的实现,采用C语言代码来实现的。-Three binary tree traversal algorithm, the first order, in sequence order of implementation, using C language code.