From 96c7a40b95cb0375d3fb7eb51f5f569232b732eb Mon Sep 17 00:00:00 2001 From: Jordan Brant Baker Date: Thu, 28 Dec 2023 10:21:04 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 170a52f..aa9962e 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,13 @@ A mutable, self-balancing interval tree ported from the [Python `intervaltree` p ## Future improvements -See the [issue tracker][] on GitHub. +See the issue tracker on GitHub. ## Based on - [Python intervaltree package][python intervaltree package] - Eternally Confuzzled's [AVL tree][confuzzled avl tree] - Wikipedia's [Interval Tree][wiki intervaltree] -- Heavily modified from Tyler Kahn's [Interval Tree implementation in Python][kahn intervaltree] ([GitHub project][kahn intervaltree gh]) -- Incorporates contributions from: - - [konstantint/Konstantin Tretyakov][konstantin intervaltree] of the University of Tartu (Estonia) - - [siniG/Avi Gabay][sinig intervaltree] - - [lmcarril/Luis M. Carril][lmcarril intervaltree] of the Karlsruhe Institute for Technology (Germany) ## Copyright