资源列表
dfs
- 深度优先搜索算法DFS的实现,1.如果有可能,访问一个领接的未访问的节点,标记它,并把它放入栈中。 2 当不能执行规则 1 时,如果栈不为空,则从栈中弹出一个元素。 3 如果不能执行规则 1 和规则 2 时,则完成了遍历。-Depth-first search algorithm DFS implementation, 1. If possible, visit a collar then outstanding access node, mark it and put it into the
STACK
- 利用C语言来实现栈的各种操作 进栈 出栈等等各种操作-Using C language to implement the various operations into the stack stack stack, and so various operations
BlackHole
- 经典的数学界黑洞数猜想算法,C语言经典实现黑洞数猜想-Classical black hole conjecture mathematical algorithm industry, C Language Classical Black Hole Conjecture
Power
- 分别用蛮力法、分治法、减治法求a的n次方,并比较运行时间-Respectively with brute force method, partition method, reduce the power comes for a ^ n,and compare the running time.
JavaApplication7
- sorting algorithm which allow you to enter ten numbers in an array an sort them by increasing order
mergelist
- 利用list iterator合并两数列-Use merge two columns list iterator
2
- 约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
erchashu
- 学了数据结构,,,用所学知识编程实现二叉树的3中排序,-3 means of erchashu programma
Queueinsertfirst
- Data Structure Queue_insert_first-Data Structure Queue_insert_first
ShellSort
- 希尔排序算法 实现数组的排序-Hill sorting algorithm to sort an array
MyTest01
- 检索一串字符串中的每个字符的个数,别且输出-Retrieve a bunch of strings in the number of each character
heapSOS
- HashSort 又一个源码,经过新的优化,更好的算法-HashSort another source, new optimization algorithm