Package: rbit 1.0.0
Jialun Zhang
rbit: Binary Indexed Tree
A simple implementation of Binary Indexed Tree by R. The BinaryIndexedTree class supports construction of Binary Indexed Tree from a vector, update of a value in the vector and query for the sum of a interval of the vector.
Authors:
rbit_1.0.0.tar.gz
rbit_1.0.0.tar.gz(r-4.5-noble)rbit_1.0.0.tar.gz(r-4.4-noble)
rbit_1.0.0.tgz(r-4.4-emscripten)rbit_1.0.0.tgz(r-4.3-emscripten)
rbit.pdf |rbit.html✨
rbit/json (API)
# Install 'rbit' in R: |
install.packages('rbit', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:d56bd865db. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-linux | OK | Oct 12 2024 |
Exports:BinaryIndexedTree
Dependencies:R6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A simple implementation of Binary Indexed Tree as an R6 class. | BinaryIndexedTree |