资源列表
ZUIXINDI
- 最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
paixuBC
- 数据结构中的建立排序二叉树算法,很经典,非常容易看懂,适合初学者.-data structure of the establishment of a binary tree sorting algorithm, very classic, very easy to understand, for beginners.
binarytree
- 可以进行建立二叉树,递归先序、中序、后序遍历,非递归中序遍历等操作-build binary tree
newt
- 实现拓扑排序,用到了堆栈,存储结构采用邻接表。-To achieve topological sorting, use the stack, storage structure using adjacency list.
add
- 实现两个多项式的相加,用线性表实现,亦即用链表实现-Realize the sum of two polynomials, linear table implementation, which is achieved with the list
Kruskal
- 按克鲁斯卡尔(Kruskal)算法思想,编制一个寻找最小生成树的完整的程序。
迷宫END
- 利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!-use C language maze algorithm. Using random function generator maze, and that all paths!
adsfawerwaer
- 数据结构循环队列的实现 实现用指针的删除查找功能 性能良好-Circular Queue data structure realize the delete using the search function pointer in good
bracketmatch
- 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
C-P-P-circular-queue
- 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
graph
- 数据结构--图的相关操作java实现,图的深度遍历和广度遍历。-Data structure-a figure related operations Java implementation ,The depth of the graph traversal and breadth traverse
统计单词个数C语言算法
- 输入一行字符,计算该行字符中包含多少个单词,单词之间用空格分隔开。
