gpt4 book ai didi

data-structures - 快速查找时间间隔的数据结构

转载 作者:行者123 更新时间:2023-12-03 13:30:12 24 4
gpt4 key购买 nike

我有一组时间间隔In =(an,bn)。我需要在给定时间t的地方进行很多查找,并需要快速返回包含t的间隔,例如,那些间隔等于<= t <= bn。

一个好的数据结构或算法是什么?

如果重要的话,在我的情况下,an和bn是整数。

最佳答案

您要查找的是Interval Tree(这是Range Tree的类型)。

它们具有与其他树结构(例如RB树)一样的对数查找时间,因此您应该看到与使用Java TreeMap或STL映射等类似的性能。


麻省理工学院的Code for Red-black trees and interval trees
C++ implementation中有一个CGAL Library
这是一个C# Implementation

关于data-structures - 快速查找时间间隔的数据结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1580185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com