如何通过对象树实现深度优先搜索?
寻找一些带有解释的代码示例。维基百科对此太抽象了。
Looking for some code examples with explanation. Wikipedia is too abstract on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
寻找一些带有解释的代码示例。维基百科对此太抽象了。
Looking for some code examples with explanation. Wikipedia is too abstract on this.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你可以检查维基百科的来源。这是我为您找到的:
http://www.algolist.net/Algorithms/ Graph/Undirected/Depth-first_search
它给出了示例和一些代码示例。很容易遵循。
You could check the Wikipedia sources. Here's what I found for you:
http://www.algolist.net/Algorithms/Graph/Undirected/Depth-first_search
It gives example and some code sample. Pretty easy to follow.
在此处使用 Tree 在 Java 中获取 DFS 的完整实现 http://c-madeeasy.blogspot.com/2011/08/dfsdepth-first-search-program-in-java.html
Get Complete Implementation of DFS in Java using Tree here http://c-madeeasy.blogspot.com/2011/08/dfsdepth-first-search-program-in-java.html