Compressed Dynamic Range Majority and Minority Data Structures
November 06, 2016 Β· Declared Dead Β· π Data Compression Conference
"No code URL or promise found in abstract"
Evidence collected by the PWNC Scanner
Authors
Travis Gagie, Meng He, Gonzalo Navarro
arXiv ID
1611.01835
Category
cs.DS: Data Structures & Algorithms
Citations
4
Venue
Data Compression Conference
Last Checked
4 months ago
Abstract
In the range $Ξ±$-majority query problem, we are given a sequence $S[1..n]$ and a fixed threshold $Ξ±\in (0, 1)$, and are asked to preprocess $S$ such that, given a query range $[i..j]$, we can efficiently report the symbols that occur more than $Ξ±(j-i+1)$ times in $S[i..j]$, which are called the range $Ξ±$-majorities. In this article we first describe a dynamic data structure that represents $S$ in compressed space --- $nH_k+ o(n\lg Ο)$ bits for any $k = o(\log_Ο n)$, where $Ο$ is the alphabet size and $H_k \le H_0 \le \lgΟ$ is the $k$-th order empirical entropy of $S$ --- and answers queries in $O \left(\frac{\log n}{Ξ±\log \log n} \right)$ time while supporting insertions and deletions in $S$ in $O \left( \frac{\lg n}Ξ± \right)$ amortized time. We then show how to modify our data structure to receive some $Ξ²\ge Ξ±$ at query time and report the range $Ξ²$-majorities in $O \left( \frac{\log n}{Ξ²\log \log n} \right)$ time, without increasing the asymptotic space or update-time bounds. The best previous dynamic solution has the same query and update times as ours, but it occupies $O(n)$ words and cannot take advantage of being given a larger threshold $Ξ²$ at query time. [ABSTRACT CLIPPED DUE TO LENGTH.]
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
π Similar Papers
In the same crypt β Data Structures & Algorithms
π
π
The Cartographer
R.I.P.
π»
Ghosted
Route Planning in Transportation Networks
R.I.P.
π»
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
π»
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
π»
Ghosted
Graph Isomorphism in Quasipolynomial Time
π
π
The Cartographer
Simulation optimization: A review of algorithms and applications
Died the same way β π» Ghosted
R.I.P.
π»
Ghosted
Federated Learning: Strategies for Improving Communication Efficiency
R.I.P.
π»
Ghosted
In-Datacenter Performance Analysis of a Tensor Processing Unit
R.I.P.
π»
Ghosted
Deep Convolutional Neural Networks for Computer-Aided Detection: CNN Architectures, Dataset Characteristics and Transfer Learning
R.I.P.
π»
Ghosted