aboutsummaryrefslogtreecommitdiff
path: root/python/python3-intervaltree/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-21 00:04:20 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:02 +0700
commit20f3654f13bde86525851545aac243c30ccb8d41 (patch)
tree036f44cdbd5decc19252c7c1ea2d9299bef0201b /python/python3-intervaltree/README
parent391716349e52502c6d146a2715a9a436902c36e9 (diff)
python/python3-intervaltree: Added (self-balancing interval tree)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-intervaltree/README')
-rw-r--r--python/python3-intervaltree/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-intervaltree/README b/python/python3-intervaltree/README
new file mode 100644
index 0000000000..3a396c502c
--- /dev/null
+++ b/python/python3-intervaltree/README
@@ -0,0 +1,2 @@
+This library is a mutable, self-balancing interval tree. Queries may
+be by point, by range overlap, or by range envelopment.