搜索资源列表
BFS.rar
- c语言广度优先搜索算法的实现,输入几个节点,生成树,然后经广度优先搜索算法输出,c language breadth-first search algorithm, enter the number of nodes, spanning tree, and then by the breadth-first search algorithm output
disanti
- (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
DFS
- 图论编程,包含文件操作,建立图的邻接表,并实现深度优先搜索-Graph theory programming, including file operations, the establishment of plans of the adjacent table, and the depth-first search
acmcontesttemplate
- Bfs,Dijstara,Floyd,Kruskal,Prim,并查集,网络流,Trie等acm竞赛模板-Bfs Dijstara Floyd Kruskal Prim and the set of network flow Trie search such acm contest template
BFS
- 人中智能中交常用的广度优先搜索算法利用vc编译实现-broadth first search
3
- 设计一个有向图和一个无向图,任选一种存储结构,完成有向图和无向图的DFS(深度优先遍历)和BFS(广度优先遍历)的操作。-Design of a directed graph and an undirected graph, either type of storage structure, the completion of a directed graph and an undirected graph of the DFS (depth-first traversal) and BFS (
GraphAlgorithm
- 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
bfs
- hdu 3085 一道bfs题 一点值得注意的,鬼魅先走,mm与gg后走,直接模拟这个这个场景,突出时间的先后性,一秒与一秒的区别。。。这样模拟很难出错-hdu 3085 an ACM question.it is about bfs
1
- 图的一些基本功能,包括BFS和DFS搜索-Figure some of the basic functions
graph
- 无向图的建立以及深度优先和广度优先遍历并输出 -DFS and BFS search for a graph
nixushuzuiduanlujing
- 该文件夹中包括几个acm比赛中用到的模板 求逆序数,无向图的bfs收索,有向图中的两点间的最短距离。希望对大家有用。-The folder includes several templates used in the game acm find reverse numbers, income bfs undirected graph cable, directed graph in the shortest distance between two points. Hope that use
bft.tar
- 对于BFT算法的一种实现,并实现了一个BFS(基于BFT算法的文件系统)-For an implementation of the BFT algorithm, and one of the BFS (BFT algorithm-based file system)
temp
- poj 2967 BFS+Trie 把字符用数字表示,简化建树 插入 查找过程-poj 2967 BFS+Trie the characters, numerals inserted lookup process to simplify the achievements
bfs
- 广度优先搜索遍历算法,用c++实现,适用于本科数据结构教学。 -bfs,implemented by C++, can be used in the course of DS of college students
DFS_AND_BFS
- 建立一幅地图,并用DFS和BFS找到最短路径-Create a map, find the shortest path with DFS and BFS
Pets_BFS
- 匹配问题 - 匈牙利树算法 - 广度优先搜索BFS-Match- Hungary tree algorithm- breadth-first search BFS
bfs
- bfs algorithm for solving maze
BFS
- BFS法采样,可以直接使用进行BFS采用,简单好用-BFS sampling method
bfs-in-sokoban
- bfs in sokaban game for AI project
dfs-bfs-master
- dfs-bfs-master 网上找到的 dfs和bfs演示- dfs-bfs-master found online dfs and bfs Demo