BinaryIndexedTree: A simple implementation of Binary Indexed Tree as an R6...

Description Usage Format Examples

Description

Methods:

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Examples

1
2
3
4
5
tmp <- BinaryIndexedTree$new(c(2,3,2,5,1))
tmp$update(1,3)
tmp$query(1,5)
tmp$show.origin()
tmp$show.BIT()

rbit documentation built on May 1, 2019, 10:30 p.m.

Related to BinaryIndexedTree in rbit...