Data Structure & Algorithms notes - comes in handy if you are currently taking a Data Structures and Algorithms course
-
Updated
Oct 11, 2025 - Python
Data Structure & Algorithms notes - comes in handy if you are currently taking a Data Structures and Algorithms course
python3 implementation of trees. Including AVL Tree, Interval Tree and More.
Interval tree convenience classes for genomic data
A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
DSA Project about application of Interval Trees
A library for aggregating values assigned to indices by slices and the other way around
This repository contains simple implementations of Segment Trees and Interval Trees, which were developed as part of a university project at the Computer Engineering and Informatics Department of the University of Patras. They include functions for range and stabbing queries.
Self-balancing 2D Interval Tree using an augmented AVL Tree for efficient 2D rectangle queries for overlapping regions, with optional visualization of the tree and intervals.
Course curriculum designed for a Graduate Software Engineering Class
implementation of my thesis
Generic tools to support parsing gtf/gff files and identifying overlapping genomic regions
Add a description, image, and links to the interval-tree topic page so that developers can more easily learn about it.
To associate your repository with the interval-tree topic, visit your repo's landing page and select "manage topics."