From 20f3654f13bde86525851545aac243c30ccb8d41 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Tue, 21 Feb 2023 00:04:20 +0000 Subject: python/python3-intervaltree: Added (self-balancing interval tree) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-intervaltree/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-intervaltree/README (limited to 'python/python3-intervaltree/README') 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. -- cgit v1.2.3