资源列表
binary tree
- 二叉树的创建和非递归遍历,包括先序遍历,中序遍历,后序遍历(the creation and non-recursive traversal of binary tree)
猴子选大王
- 猴子选大王,有N只猴子,从1~N进行编号。它们按照编号的顺时针方向,排成一个圆圈,然后从第一只猴子开始报数。第一只猴子报1,以后每只猴子报的数字都是它前面猴子所报数字加1。如果一只猴子报的数字是M,则该猴子出列,下一只猴子重新从1开始报数。剩下的猴子继续排成一个圆圈报数,直到全部的猴子都出列为止。最后一个出列的猴子胜出。按照上述规则,编写程序选出排成一圈的猴子中的大王。(Monkey King, N monkeys, numbered from 1 to N. They are in accor
qsort
- 一个小小的c++程序,可以实现快速排序,比较简单(A small c++ program that can achieve quick sorts, relatively simple,good luck)
recursion_cycle
- 两个c++递归循环算法,代码比较简单,仅供参考(Two c++ recursive loop algorithms, the code is simple, for reference only)
recursion_overtime
- 几个c++递归超时算法,代码比较简单,仅供参考(Several c++ recursive timeout algorithms, the code is simple, for reference only)
sort
- 两个简单的c++排序算法,代码比较简单,仅供参考(Two simple c++ sorting algorithms, the code is relatively simple, for reference only)
二叉排序树
- 二叉排序树的操作,包括建立,插入,删除,查找等(this is a c language program)
VZYTC
- 将要丢入SVM支持向量机的资料作正规化的动作()
686169
- 对Statement与PreparedStatement适用范围做了详细的研究()
TFYPMAI
- 求三角形面积的算法,可以将输入的三个符合三角形定理的字符转化为整数来求面积()
maze
- 设计算法寻找迷宫出口,其中0代表可通行,1代表不可通行(Design algorithm to find the maze exit, where 0 can pass, 1 can not pass)
huffman
- 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
