Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到了一大串具有属性 x 和 y 的对象。我们需要搜索位于两个属性的给定上限和下限之间的所有对象。
我想知道是否有一种有效的算法来实现这一点。
谢谢!
有这方面的标准算法。参见http://en.wikipedia.org/wiki/R-tree之一。
四叉树或空间索引(空间填充曲线,例如希尔伯特曲线)。