资源列表
lianzhan
- 数据结构中链栈的实现源代码,用C语言实现,有测试代码。
Queen8
- 经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
tree
- 树形结构的逻辑和存储特点。 二叉树的遍历递归算法。 -tree
Sudoku
- 回溯法生成数独-Backtracking generates Sudoku
2513
- poj上的第2513题,用字典书、并查集、欧拉回路实现,语言是C-poj the first 2513 title, the book with a dictionary, and check collection, Euler circuit implementation language is C++
rain
- 这是用C语言写的池塘夜降彩色雨的程序,用C语言实现了非常漂亮的下雨的情景,五颜六色的雨滴在池塘上,溅起片片涟漪!-It is written in C language color pond rain falling through the night program, with the C language to implement a very beautiful scene of the rain, colorful raindrops in the pond, the ripples t
MiddleToBehind
- 中缀该后缀,数据结构的一个实验,希望能够对您有帮助-Infix the suffix, the data structure an experiment
dijkstra
- 迪克斯加(Dijkstra)算法(最短路径算法)-Dijkstra algorithm
11
- 对于一个连通图G,请采用深度优先搜索的方法,识别出该连通图的所有关节点。如下图所示。 输入:首先输入连通图G的结点个数n、边的个数m以及搜索的起始结点号,然后输入各边(u,v); 输出:首先输出DFN和LOW数组的值,然后输出所有关节点。-For a connected graph G, use depth first search method, identify the connected graph all key points. As below. Input: first
xueshengxinxi
- 一学习小组有6名同学,编写程序录入学生的学号(16位),姓名(最多4个汉字),成绩。要求:输出每名学生的成绩,最高分,平均分,写两个程序,(1)用数组。(2)用带指针的结构体-A study group of six students, programming input the number of students' learning (16), name (up to 4 characters) results. Requirements: output per student achie
sanyuanzu
- 数据结构 三元组建立-Data structures triple establish
SLL
- Single link list using pointer and structure