diff --git a/README.md b/README.md index be8628c..b45d0f3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# simplebalancedoctree -An adaptive 2:1 balanced tree for point distributions in 2D and 3D. - -Written in Python with minimal dependencies. +# simpleoctree +[](https://doi.org/10.5281/zenodo.14613403) [](./LICENSE.md) [](https://www.python.org)  [](https://github.com/annayesy/simplebalancedoctree/commits/main) -Overview -SimpleBalancedOctree is a Python package that adaptively partitions point distributions in 2D and 3D into a 2:1 balanced tree structure. The package ensures that any two neighboring leaf nodes are either on the same level or differ by one level, resulting in a neighbor list of bounded size. +An adaptive 2:1 balanced tree for point distributions in 2D and 3D, written in Python with minimal dependencies. + +## Overview +**simpleoctree** is a Python package that adaptively partitions point distributions in 2D and 3D into a 2:1 balanced tree structure. The package ensures that any two neighboring leaf nodes are either on the same level or differ by one level, resulting in a neighbor list of bounded size.