Skip to content

1)Traversal of graph.2)2 ways: DFS(深度优先搜索) and BFS (广度优先搜索).

License

Notifications You must be signed in to change notification settings

Tomlk/Graph_DFS_BFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph_DFS_BFS

1)Traversal of graph.2)2 ways: DFS(深度优先搜索) and BFS (广度优先搜索). UI利用Qt制作 算法部分基础为Rober Sedgewick与Kevin Wayne所著的《算法第4版》中的图的Java代码,后面参考了windyear用户的C++改造源码。 最终写出这种小程序。 image

About

1)Traversal of graph.2)2 ways: DFS(深度优先搜索) and BFS (广度优先搜索).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages