Skip to content

Commit 4bde985

Browse files
author
phishman3579
committed
Added a comment about duplicate intervals
git-svn-id: https://java-algorithms-implementation.googlecode.com/svn/trunk@438 032fbc0f-8cab-eb90-e552-f08422b9a96a
1 parent 9b7398a commit 4bde985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/jwetherell/algorithms/data_structures/IntervalTree.java

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* Specifically, it allows one to efficiently find all intervals that overlap
1414
* with any given interval or point.
1515
*
16+
* Note: This class does not handle intervals with the same start and end points.
17+
*
1618
* http://en.wikipedia.org/wiki/Interval_tree
1719
*
1820
* @author Justin Wetherell <phishman3579@gmail.com>

0 commit comments

Comments
 (0)