搜索资源列表
LCA_LRJ
- 最近写的一个最近公共祖先问题的代码,原理很简单基于递归深搜,具体请见LRJ书-recently wrote of a recent public ancestors of the code, the principle is very simple search based on recursive deep, See LRJ specific book
Graph
- 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。
AdjMultilist
- 数据结构无向图的深搜和广搜,多重邻接表存储结构(代测试数据)
深度优先搜索详解,附代码
- 详解,可以解决所有的深搜问题
LCA_LRJ
- 最近写的一个最近公共祖先问题的代码,原理很简单基于递归深搜,具体请见LRJ书-recently wrote of a recent public ancestors of the code, the principle is very simple search based on recursive deep, See LRJ specific book
Graph
- 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。-I prepared a number of graph theory code, including deep search, minimum spanning tree, shortest path, notes I wrote in great detail, we can serve as a reference entry.
AdjMultilist
- 数据结构无向图的深搜和广搜,多重邻接表存储结构(代测试数据)-Undirected graph data structure of the deep found and collected, multiple adjacent table storage structure (on behalf of test data)
src
- PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP,
find_all_loops
- 找出有向图中所有简单回路,深搜DFS+标记-Directed graph to find all the simple loop, deep search DFS+ Tags
200816gejiuzi
- 十六格棋之王4层深搜小游戏代码的VC实现-Grid chess king 16 4 layers deep search of the VC game code to achieve
poj2488
- 回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
shensou
- 深度优先搜寻的模板,深搜可以解决很多图的问题,可以遍历图中的任意位置,从而解决问题-Depth-first search template, deep search problems can be solved a lot of plans, you can traverse the graph of an arbitrary position to solve the problem
8num
- 使用广搜 深搜 全局最优 方法解决八数码问题-The use of deep-wide search found the global optimal solution to the problem of digital 8
bashuma
- 八数码 深搜 广搜 人工智能 例题 希望对大家有用 -Search by collecting eight digital depth examples of artificial intelligence
3d-wide-display
- 三维广搜 如果用深搜过的话~~要把所有的可能全枚举出来,然后比较最小的步数 不过广搜就有这么个好处 能一层一层扩散开去 一旦找到了目标,那就一定是最优的~~ -3d wide display If the words with deep display to get all ~ ~ is possible, then compared the enumeration out the smallest effici
warshall
- warshall算法计算图中路径矩阵;深搜,计算两点间的一条路径-warshall and depth first reasearch a path between two nodes
dfsPbfs
- 数据结构,图的深搜和广搜。(DFS+BFS)-Data structures, graph search deep wide search. Data structures, graph search deep wide search. Data structures, graph search deep wide search.
java
- java课程设计作业。功能有多线程。实现了深搜和广搜。-java course design job. Function of multiple thread. Deep search and wide search.
The-Buses
- POJ 1167 The Buses源码。其实也是IOI 1994的题。深搜+剪枝-POJ 1167 The Buses
sl
- QT小扫雷,简易小扫雷,深搜算法,主要由Painter来完成界面。-QT the small mine clearance, easy Minesweeper, deep search algorithm, mainly by Painter to complete the interface.