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.
1 parent 9855e06 commit 82c5f95Copy full SHA for 82c5f95
src/com/jwetherell/algorithms/data_structures/IntervalTree.java
@@ -13,7 +13,7 @@
13
/**
14
* An interval tree is an ordered tree data structure to hold intervals.
15
* Specifically, it allows one to efficiently find all intervals that overlap
16
- * with any given interval or point.
+ * with any given interval or point.
17
*
18
* http://en.wikipedia.org/wiki/Interval_tree
19
0 commit comments