资源列表
zuixiaoshengchengshu_MATLAB
- 最小生成树算法的matlab实现,自己写的-good for learning
P204-ziliti-4
- 矩阵相加、相减、作乘法运算。使用运算符重载方法进行调用。-Matrix addition, subtraction, multiplication made. Use operator overloading method call.
Sort
- 奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan, the second trip of a sequence
BinaryTree
- 二叉树代码,可以实现二叉树的建立和二叉树递归遍历。-Binary code, can achieve the establishment and binary recursive binary tree traversal.
QUEUE
- Prog for queue operation
merge
- 归并排序的最原始实现, 不带优化的,简单易懂-Merge sort to achieve the most original, non-optimized, easy to understand
Counting-sort
- 计数排序的源代码,大家可参照思考,哎还要上传-Counting sort of the source code
LostCows
- POJ 2182 引自余立功《算法训练教程》,线段树的应用-POJ 2182 segment tree
f41 冒泡排序
- 进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.
fan
- 数字迷通解程序,Digital fan procedure.-Digital fan procedure.
ZUOYE3
- 二叉树排序,输入数据后可以输出从小到大排列的一组数-Binary tree sort, the input data can be output from small to large with a group of several
f41
- 进冒泡排序,试编写一个程序,对一个待排序的数据元素集合进行奇偶转换排序。-Into the bubble sort and try to write a program, for a set of data elements to be sorted to parity conversion to sort.