资源列表
bsort
- 数组排序中很经典的算法——冒泡排序法,FORTRAN90语言编成。-Sorting an array of classic algorithms- bubble sort method, FORTRAN90 language compiled.
tanxin
- 节目安排(贪心算法描述),输入11个节目的起止时间,输出最多可以安排的节目的编号-Programming (greedy algorithm descr iption), enter the starting and ending time of 11 programs, the output maximum number of programs can be arranged
merge_sort
- program for merge sort
Queen
- 八皇后问题的简单实现,运用回溯方法,可是-Simple implementation of the eight queens problem, the use of retrospective methods
Josephus
- 约瑟夫环 程序可直接运行 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus program can be run directly known n individuals (No. 1, 2, 3, ... n, respectively) were sitting around a round table. K repor
8Q
- 8皇后问题的解算程序,DOS 系统下运行,使用MS C6.00 编译,演示一种搜索算法-example for 8-QUEEN
bubble_sort
- This an example of the use of Bubble sort algorithms developed in c#-This is an example of the use of Bubble sort algorithms developed in c#
125
- 经典链表删除算法,初学者可能遇到的问题这里解决了-Classic list deletion algorithm, beginners may encounter problems solved here
p1-1
- C语言编程实现根据输入的半径来计算圆的周长和面积源代码。-C programming language based on the input to calculate the radius of a circle' s circumference and area of the source code.
shiyanliu
- 假设有一个数据类型为整型的一维数组A,A 中的数据元素呈无序状态,编写一个采用堆排序法将A中的数据元素按由小到大进行排序的程序。-Suppose a data type for the integer one-dimensional array A, A in the data element was disorder, to write a heap sort method used in the data elements A sort of process by small to larg
the_longest_rising_qeue
- 在一串整数列中找出最长增子序列,并输出其长度。所谓最长增子序列,如13752的最长增子序列为137或135.-find out the longest queue whose items are from the original queue and trend is rising. Put out its length.
Binary-Tree(new)
- 源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree