资源列表
eightq
- 八皇后的实验程序严伟梅的数据结构非常好的程序哦非常方便的-EIGHT
SORT
- 归并排序,首次上传东西,不懂规矩!-SORT
3
- 从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过,数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。若存在一条可通路经,输出YES,否则输出NO-From the entrance to the exit of a maze to find an available path through. Two-dimensional arrays with a MG (1: M, 1: N) sim
tree
- 二叉树的基本操作,插入,删除,先序遍历-The basic operation of a binary tree, insert, delete, first traversal, etc.
33
- 在霍比特人的圣庙里,有一块黄铜板,上面插着3根宝石针(分别为A号,B号和C号)。在A号针上从下到上套着从大到小的n个圆形金片。现要将A针上的金片全部移到C针上,且仍按照原来的顺序叠置。移动的规则如下:这些金片只能在3根针间移动,一次只能一片,且任何时候都不允许将较大的金片压在较小的上面。从键盘输入n,要求给出移动的次数和方案。-Hanoi
string-pailie-cPP
- C++版本的字符串排列算法,输出各种不同的排列,同时给出排列数-C++ version of the string alignment algorithms, the output of various different arrangements, and gives the number of arranged
programa-fatorial
- rprograma fatorial c
shuzu
- 用选择法排序,主要是用到数组的方法进行排序,数组还包括其他排序方法,此处介绍选择排序法-Sort by selection method, the method is mainly used to sort the array, the array also includes other sorting methods, choose sort described here
mgfruit
- noip 合并果子问题AC代码 思想:堆排序,贪心算法-noip AC code ideology combined fruit problem: heap sort, the greedy algorithm
DOOLITTLE
- 主要计算matlab中的三角分解法的、、关于高斯公式-GAUSS to matlab
dancipanixu
- 单词排序,用于把长句子去空格,并把单词按顺序输出-Word order, for the long sentences to space, and the word sequence output
duozuoyediaodu
- 用贪心算法实现的多处最优服务次序问题,希望对大家有所帮助-Greedy algorithm with the problem of multiple optimal service order