资源列表
traversing-binary-tree
- 用于构建二叉树,并且有条件地遍历二叉树结构类型的数据,是一种常见的数据结构-it can be used to creat the binary tree,and traverse the binary tree,it s a common used data struct
bianli
- 该方法能够完成遍历操作,遍历这种算法可以对每个数进行访问。-The method is able to complete traversal operation, this algorithm can traverse the number of visits for each.
zuixiaogongyinshu
- 功能描述:求解所输入的几个数的最小公因数。-Descr iption: enter a few numbers to solve the least common factor.
B-Tree_danciking
- 使用B树编写实现背单词功能。可添加删除单词,可修改单词熟悉度,可查询排序为第k个的单词-Use B-tree prepared to achieve word back function. Delete the word to add, modify the word familiarity, can be found at the k-th order of words
Joseph
- Joseph问题 编程面试 经典 约瑟夫 问题 Visual C-Joseph problems
countingSort
- 这是一个简单的计数排序的程序,希望对您有所帮助。-This is a simple counting sort programme,i hope it will be helpful to you!
shuanfa3
- (1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案) (2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。 -(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to l
zhongshu
- 利用递归求众数。借助了快速排序的思想,选中一个数,先把比它小的放在左边,比它大的放在右边。-Use recursive plural. With the idea of quick sort, select a number, first it is smaller than on the left, on the right side than it is big.
BubbleSort
- 冒泡排序算法,最基础的Bubble sort 算法,经典-bubble sort
sqenceline
- 这是顺序表编程,数据结构试验的一部分,请大家自己参考-this document is a squenceline writing by vc++.
erchashu
- 08二叉树.PDF