Fast Sequential Summation Algorithms Using Augmented Data Structures

Vadim Stadnik
DOI: https://doi.org/10.48550/arXiv.1404.1560
2014-04-06
Abstract:This paper provides an introduction to the design of augmented data structures that offer an efficient representation of a mathematical sequence and fast sequential summation algorithms, which guarantee both logarithmic running time and logarithmic computational cost in terms of the total number of operations. In parallel summation algorithms, logarithmic running time is achieved by high linear computational cost with a linear number of processors. The important practical advantage of the fast sequential summation algorithms is that they do not require supercomputers and can run on the cheapest single processor systems.
Data Structures and Algorithms
What problem does this paper attempt to address?