资源列表
45663
- 图的最小生成树 自己写的 代码比较简介 功能还可以-Minimum Spanning Tree
10064196dogleg
- 最优化折线算法,欢迎大家尝试下效果,-Line optimization algorithm, welcome to try the next result, thank you
Dijkstra
- 图论中典型的搜索算法——Dijkstra最小路径
guangheshenshousuo
- 图形的广度优先搜索及深度优先搜索,是个不错的参考资料-Breadth-first graph search and depth-first search, is a good reference
paiduidafan
- 模拟同学排队打饭程序,只允许在队尾排队不允许插队。记录的学生信息可简可繁例如:学号,姓名,金额,消费总额等。实现学生排队、打饭、充值、查询(按学号和姓名)、删除(学号)、按消费总额排序等操作-Simulation of class queue Dafan program, allowing only at the end of the line is not allowed to jump the queue queue. Record student information can be si
binary-search
- C语言数据结构 输入前序和中序,输出后序遍历 遍历二叉树的一个程序-Preamble and in the sequence in the C language data structure input, the output after the preorder traversal binary tree of a program
literature_research.ZIP
- 一个文本分析程序。实现分析一段文本中字母,N个字母的单词和具体单词出现的次数。-a text analysis program. Implementation Analysis section of the text of letters, the N-word letter word and the specific number.
AVLtreeopertion
- 一个AVL树的遍历算法程序,对于初学数据结构,C语言的人来说是个较好的例子-An AVL tree traversal algorithm program data structure for the beginner, C language of the people is a good example of
HuffmanTree
- 给出一组权值,更具权值构造哈弗曼数,并实现编码和译码-Given a set of weights and more weight the number of structural Hafu Man, and to achieve encoding and decoding
Maze
- 矩阵迷宫寻路示例。数字1表示墙体,数字0表示通道。-Maze pathfinding
mypoint
- 若在矩阵Am×n中存在一个元素A[i-1,j-1],其满足A[i-1,j-1]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。
2
- 集合运算器 数据结构问题 可实现叫、并、差集。判断元素、子集,输出补集-Data collection of computing structural problems can be called, and, difference sets. Determine the elements, a subset of the output set up
