Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 235 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 235 Bytes

Vanilla Static Range Trees in Python

This repository contains a Python implementation of vanilla static range trees, which support querying for a box among n points in d dimensions in O(logd n) time.