Metadata-Version: 2.4
Name: bit_ds
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Binary-Indexed-Tree
This is a Rust Pyo3 implementation of a Binary Indexed Tree aka Fenwick Tree

