Succinct Representations of Dynamic Strings
Abstract
The rank and select operations over a string of length n from an alphabet of size have been used widely in the design of succinct data structures. In many applications, the string itself need be maintained dynamically, allowing characters of the string to be inserted and deleted. Under the word RAM model with word size , we design a succinct representation of dynamic strings using bits to support rank, select, insert and delete in time. When the alphabet size is small, i.e. when , including the case in which the string is a bit vector, these operations are supported in time. Our data structures are more efficient than previous results on the same problem, and we have applied them to improve results on the design and construction of space-efficient text indexes.
Keywords
Cite
@article{arxiv.1005.4652,
title = {Succinct Representations of Dynamic Strings},
author = {Meng He and J. Ian Munro},
journal= {arXiv preprint arXiv:1005.4652},
year = {2010}
}