资源列表
string
- 字符串的全操作,重载+、=,重载输入输出流,比较串长,清空串,曲取子串,插入函数,查找函数,正序查找,倒叙查找。-All string operations, overloaded+, =, overloading input and output streams, more string length, empty string, substring take music, insert function, search function, find the positive sequence
Sorting_Algorithm
- 常用算法,C++实现选择,快速,插入,冒泡,二分法等算法-Commonly used algorithms, C++ implementation choices, fast, insertion, bubble, so the dichotomy algorithm
poly
- 数据结构与算法实验题 8.1 多叉树问题 实验任务 一 棵 多 叉树可 能 包 含不止 两 个 子结点 , 而 每个结 点 都 有一个 权 值 。要求 按 一 定的规 范 输出这棵树。对于给出的一棵树的结构,按要求输出这棵树。 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结点数。编号为 1 到 n 。 接下来有 n 行,每行表示一个结点的信息。对于每行,第一个整数 b ,表示结点的编号, 第二个整
code
- pku judge on line 1002 1013 1019 pku judge on line 1002 1013 1019 pku judge on line 1002 1013 1019-pku judge on line 1002 1013 1019
maze2
- 给定一个n(n<20)行m(m<20)列迷宫,迷宫每个位置用整数1和0表示,0表示墙,1表示通道,给出迷宫起点(x0,y0)和终点(x1,y1),求出起点到终点的最短路径-Given an n (n < 20) row m (m < 20) out the maze, the maze of each position with the integer 1 and 0, 0 wall, one said channel, given the maze starting poi
OE7
- 本程序给出了SSD5实验课中Optional Exercise7的参考程序 内附有详细的注释 下载后请仔细参照源代码进行分析 切莫完全搬照-This procedure gives the experimental SSD5 lesson Optional Exercise7 reference containing detailed procedures for the Notes Please refer to download the source code for analysis do
4)
- 稀疏矩阵的转置(利用三元组储存),结果输出其转置后的矩阵与三元组-Sparse matrix transpose (using triple storage), resulting in output after its transpose matrix and Triples
sort
- 编程实现 快速排序,堆排序,归并排序,插入排序,选择排序; 对于不同的数组大小,比较这些算法的复杂度; 数组的测试,分为已排序数组和随机数组。-Implement algorithms QuickSort, InsertionSort, SelectionSort, MergeSort and HeapSort and. Test your implementation according to the following requirements: (1) Let n=100
Reversal-of-a-single-linked-list
- 单链表的实现(包括就地逆转单链表,表排序, 合并单链表、判断表是否有环)-Single linked list implementation (including the local reversal of single linked list, table sorting, merging a single linked list, determine whether the table ring)
LinList3
- dan lian bian tuo wen jian
poj2338
- poi2338,北大acm里面的题目代码。
aoe网络
- 我自己写的AOE网络算法-I wrote it myself AOE Network Algorithm
