Skip to main content

Showing 1–1 of 1 results for author: Projansky, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.03990  [pdf, other

    cs.DS

    A Sierpinski Triangle Data Structure for Efficient Array Value Update and Prefix Sum Calculation

    Authors: Brent Harrison, Jason Necaise, Andrew Projansky, James D. Whitfield

    Abstract: The binary indexed tree, or Fenwick tree, is a data structure that can efficiently update values and calculate prefix sums in an array. It allows both of these operations to be performed in $O(\log_2 N)$ time. Here we present a novel data structure resembling the Sierpinski triangle, which accomplishes these operations with the same memory usage in $O(\log_3 N)$ time instead. We show this order to… ▽ More

    Submitted 6 March, 2024; originally announced March 2024.

    Comments: 8 pages, 4 figures