Description: DFS Depth First Search is a kind of graph algorithm, English abbreviation for DFS is the Depth First Search. The process is briefly branch of every possible path can t go deep into the deep, and each node can only access at a time.
To Search:
File list (Check if you may need any files):
DFS通用程序\dfs.m
DFS通用程序