We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7398a commit 4bde985Copy full SHA for 4bde985
src/com/jwetherell/algorithms/data_structures/IntervalTree.java
@@ -13,6 +13,8 @@
13
* Specifically, it allows one to efficiently find all intervals that overlap
14
* with any given interval or point.
15
*
16
+ * Note: This class does not handle intervals with the same start and end points.
17
+ *
18
* http://en.wikipedia.org/wiki/Interval_tree
19
20
* @author Justin Wetherell <phishman3579@gmail.com>
0 commit comments