范围搜索算法

发布于 2024-11-19 06:44:19 字数 103 浏览 5 评论 0原文

我得到了一个巨大的具有属性 x 和 y 的对象列表。我们需要搜索位于两个属性的给定上限和下限之间的所有对象。

我想知道是否有一种有效的算法来实现这一点。

谢谢!

I am given a huge list of objects with attributes x and y. We are required to search for all objects lying between a given upper and lower bound of both the attributes.

I was wondering if there is an efficient algorithm to implement this.

Thanks!

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

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

发布评论

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

评论(2

゛清羽墨安 2024-11-26 06:44:19

为此有标准算法。请参阅 http://en.wikipedia.org/wiki/R-tree 之一。

There are standard algorithms for this. See http://en.wikipedia.org/wiki/R-tree for one.

娜些时光,永不杰束 2024-11-26 06:44:19

四叉树或空间索引(空间填充曲线,例如希尔伯特曲线)。

A quadtree or a spatial index (a space-filling curve, for example a hilbert curve).

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