Binary Index Tree. WIP.
Link plots create from running python stats
, describe why we see O(N)
and O(logN)
ops. TODO: Add these in docs somewhere.
(or, BIT.create
) O(N) Operation.
Linear complexity (create, layout)
Logarithmic complexity (append, update, setitem, getitem)