搜索资源列表
DFSandBFS
- 图的搜索算法——包含深度优先搜索和广度优先搜索
main-7
- 利用深度优先搜索算法和广度优先搜索算法解决图论中最短路问题
eight-figure-puzzle
- 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
bfsaadfs
- 深度优先搜索和广度优先搜索的简单练习题源代码参考-Depth-first search and breadth-first search of simple exercises source code reference
Edmonds_Kap
- 最大流算法C语言实现,采用edmonds_kap非递归广度优先搜索-maximum flow algorithm implemented by C language
the code
- 泊松分酒问题的一般解 用BFS进行广度优先搜索 实现简单(The general solution of Poisson's wine problem is implemented by BFS, which is simple in breadth first search)
Program1
- 实现广度优先搜索 深度优先搜索 以及 A星算法(Breadth first search, depth first search, and A star algorithm.)