fenwick 2.0.1

Fenwick tree: data structure that efficiently calculates prefix sums in a changing array of numbers.
Documentation
[dependencies]
[dev-dependencies.itertools]
version = "0.10.4"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["summivox <summivox@gmail.com>"]
categories = ["algorithms", "data-structures", "science", "no-std"]
description = "Fenwick tree: data structure that efficiently calculates prefix sums in a changing array of numbers."
edition = "2021"
keywords = ["binary", "tree", "array", "prefix", "sum"]
license = "MIT"
name = "fenwick"
readme = "README.md"
repository = "https://github.com/summivox/fenwick.rs"
resolver = "2"
version = "2.0.1"