Buscar
Mostrando ítems 1-10 de 65
Parallel construction of succinct trees
(2017)
Succinct representations of trees are an elegant solution to make large trees fit in main memory while still supporting navigational operations in constant time. However, their construction time remains a bottleneck. We ...
Parallel construction of succinct trees
(2017)
Succinct representations of trees are an elegant solution to make large trees fit in main memory while still supporting navigational operations in constant time. However, their construction time remains a bottleneck. We ...
Succinct Representation of Labeled Graphs
(Springer, 2012-02)
In many applications, the properties of an object being modeled are stored as labels on vertices or edges of a graph. In this paper, we consider succinct representation of labeled graphs. Our main results are the succinct ...
Simple and efficient fully-functional succinct trees
(Elsevier, 2016-12-20)
The fully-functional succinct tree representation of Navarro and Sadakane (2014) [10] supports a large number of operations in constant time using 2n + o(n) bits. However, the full idea is hard to implement. Only a simplified ...
Tree path majority data structures
(Elsevier, 2020)
We present the first solution to finding tau-majorities on tree paths. Given a tree of nnodes, each with a label from [1..sigma], and a fixed threshold 0 < tau 1, such a query gives two nodes u nd v nd asks for all the ...
Top-k Term-Proximity in Succinct Space
(Springer, 2017)
LetD={T1,T2,...,TD}be a collection ofDstring doc-uments ofncharacters in total, that are drawn from an alphabet setΣ= [σ]. Thetop-kdocument retrieval problemis to preprocessDintoa data structure that, given a ...
Parallel construction of wavelet trees on multicore architectures
(2017-06)
The wavelet tree has become a very useful data structure to efficiently represent and query large volumes of data in many different domains, from bioinformatics to geographic information systems. One problem with wavelet ...
Optimal Lower and Upper Bounds for Representing Sequences
(ACM, 2015)
Sequence representations supporting the queries access, select, and rank are at the core of many data structures. There is a considerable gap between the various upper bounds and the few lower bounds known for such ...
Fast in-memory XPath search using compressed indexes
(Wiley-Blackwell, 2015)
Extensible Markup Language (XML) documents consist of text data plus structured data (markup). XPath
allows to query both text and structure. Evaluating such hybrid queries is challenging. We present a system
for in-memory ...