hypar-io / Elements

The smallest useful BIM.
https://www.hypar.io
MIT License
349 stars 74 forks source link

Binary trees #944

Closed akravtsov-amc closed 1 year ago

akravtsov-amc commented 1 year ago

Work in progress for the development of C-style iterable and lower and upper bound queriable binary trees.

The goal is to offer most efficient implementations of various such data structures with shared interface.


This change is Reviewable

ikeough commented 1 year ago

How is this different than the Elements.Search.BinaryTree class that we already have? If this is an improvement, can that class be removed?