如何通过对象树实现深度优先搜索?

发布于 2024-11-03 12:49:25 字数 32 浏览 1 评论 0原文

寻找一些带有解释的代码示例。维基百科对此太抽象了。

Looking for some code examples with explanation. Wikipedia is too abstract on this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

折戟 2024-11-10 12:49:25

你可以检查维基百科的来源。这是我为您找到的:

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.

眼眸 2024-11-10 12:49:25

在此处使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文