资源列表
migong
- 用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, if 0, that being the case, to 1
Dijstra
- 介绍Dijstra算法-Introduction Dijstra algorithm
123
- 画圆弧
2615DFS
- zoj 2615的代码,DFS搜索。 由于数据量很大,采用非递归的DFS搜索。
dj
- 银行家算法 避免死锁 通过DJ的银行家算法 -just like DJ banker Agramthem to alsoves system
jsj
- 1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) -Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps
big_num
- 基于双向循环链表的大整数加减法 整数大小不限 支持负数-Two-way circular list based on integer addition and subtraction of large size of the open support of negative integer
Desktop
- 杭州电子科技大学的ACM的部分题目。不保证一定可以AC,但是思想差不多。算法思想是正确的。-Hangzhou University of Electronic Science and Technology ACM part of the subject. Can not guarantee that AC, but thinking about. Algorithm idea is correct.
prim
- 普里姆(Prim)算法是一种构造性算法。用于求最小生成树。-Prim algorithm is used for solving the minimum spanning tree.
Bellman_ford
- T004_最短路径Bellman_ford算法-T004_ Bellman_ford shortest path algorithm
RootRing
- 用坐标验证带头节点的链表例题。其中的输入格式和方法,在运行中会有提示。-Coordinate validation of the lead in the linked list node. The input format and method which, in operation will prompt.
数据结构实验1
- 这是两个集合交并的一个算法-two pools and a reference algorithm
