We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1115db4 + e3f747d commit 02f40c6Copy full SHA for 02f40c6
intervaltree/intervaltree.py
@@ -818,7 +818,7 @@ def begin(self):
818
"""
819
Returns the lower bound of the first interval in the tree.
820
821
- Completes in O(n) time.
+ Completes in O(1) time.
822
823
if not self.boundary_table:
824
return 0
@@ -828,7 +828,7 @@ def end(self):
828
829
Returns the upper bound of the last interval in the tree.
830
831
832
833
834
0 commit comments