广度优先探索的网络爬虫

发布于 2024-11-17 21:33:03 字数 155 浏览 2 评论 0原文

我需要写一篇关于网络爬虫的论文,这个网络爬虫以广度优先的方式探索链接。

我制作了一张图片,展示了爬虫探索的方式。 这是正确的广度优先探索吗?:

在此处输入图像描述

I need to write a paper about a web crawler and this web crawler explores the links with breadth-first.

I've made a picture in which i demonstrate the way the crawler explores explores.
Is this correct breadth-first exploration?:

enter image description here

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

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

发布评论

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

评论(1

浊酒尽余欢 2024-11-24 21:33:04

是的,它是广度优先,因为您要先查看一个“深度级别”的所有页面,然后再继续下一个页面。

Yes, it is breadth first since you are looking at all pages in one 'depth-level' before continuing onto the next.

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