English

Dynamic Range Minimum Queries on the Ultra-Wide Word RAM

Data Structures and Algorithms 2025-03-10 v2

Abstract

We consider the dynamic range minimum problem on the ultra-wide word RAM model of computation. This model extends the classic ww-bit word RAM model with special ultrawords of length w2w^2 bits that support standard arithmetic and boolean operation and scattered memory access operations that can access ww (non-contiguous) locations in memory. The ultra-wide word RAM model captures (and idealizes) modern vector processor architectures. Our main result is a linear space data structure that supports range minimum queries and updates in O(logloglogn)O(\log \log \log n) time. This exponentially improves the time of existing techniques. Our result is based on a simple reduction to prefix minimum computations on sequences O(logn)O(\log n) words combined with a new parallel, recursive implementation of these.

Keywords

Cite

@article{arxiv.2411.16281,
  title  = {Dynamic Range Minimum Queries on the Ultra-Wide Word RAM},
  author = {Philip Bille and Inge Li Gørtz and Tord Stordalen and Máximo Pérez López},
  journal= {arXiv preprint arXiv:2411.16281},
  year   = {2025}
}

Comments

Extended abstract at the 50th International Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM 2025)

R2 v1 2026-06-28T20:11:11.619Z