资源列表
BinarySearch
- 给定递增整数序列L,其大小为n,要求使用二分查找法查找任意元素的位置k(序列中第几个); 问-Given increasing sequence of integers L, its size is n, requires the use of binary search to find the location of any element of k (the first few series) Q
conversion
- 顺序栈结构实现数制转换-Stack structure in order to achieve number system conversion
BiTree1
- 建立一个二叉树 统计叶子结点
CJC_DictS
- 最短路径优先算法,代码简洁可靠。。欢迎大家提出宝贵意见哈-Shortest path first algorithm, the code simple and reliable. . Welcome to Kazakhstan for their valuable comments. .
Hanoi
- Hanoi塔问题求解,输入盘子的个数,显示运行的 过程-Towers of Hanoi problem-solving, enter the number of plates, showing the process of running
handout-files
- 实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法
Array-of-file
- 数组文件 四川大学 大一下学期 单元作业-Array of file
aPaaPaaaP....
- 求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the number of the sum total of fi
Knapsack-problem
- 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loade
EK
- ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum
Stack_Public_Interface
- < Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>>
zheban
- 折半排序,是一种很简单的排序方法,与直插排序类似-half sort