We implement and compare the major current techniques for representing general trees in succinct form. This is important because a general tree of n nodes is usually represented in pointer form, requiring O(n log n) bits, whereas the succinct representations we study require just 2n + o(n) bits and carry out many sophisticated operations in constant time. Yet, there is no exhaustive study in the literature comparing the practical magnitudes of the o(n)-space and the O(1)-time terms. The techniques can be classified into three broad trends: those based on BP (balanced parentheses in preorder), those based on DFUDS (depth-first unary degree sequence), and those based on LOUDS (level-ordered unary degree sequence). BP and DFUDS req...
We introduce a new updatable representation f binary trees. The structure requires the information t...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
This thesis studies the question of whether optimal alphabetic binary trees can be constructed in o(...
We implement and compare the major current techniques for representing general trees in succinct fo...
There exist two well-known succinct representations of ordered trees: BP (balanced parenthesis) [Mun...
The fully-functional succinct tree representation of Navarro and Sadakane (2014) [10] supports a lar...
Artículo de publicación ISIWe propose new succinct representations of ordinal trees and match variou...
We propose new succinct representations of ordinal trees, which have been studied exten-sively. It i...
I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, includ...
Consider an ordered, static tree T on t nodes where each node has a label from alphabet set ~. Tree ...
Succinct data structures give space-efficient representations of large amounts of data without sacri...
We observe that a standard transformation between ordinal trees (arbitrary rooted trees with ordered...
We survey succinct representations of ordinal, or rooted, ordered trees. Succinct representations us...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
We present two results for path traversal in trees, where the traversal is performed in an asymptoti...
We introduce a new updatable representation f binary trees. The structure requires the information t...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
This thesis studies the question of whether optimal alphabetic binary trees can be constructed in o(...
We implement and compare the major current techniques for representing general trees in succinct fo...
There exist two well-known succinct representations of ordered trees: BP (balanced parenthesis) [Mun...
The fully-functional succinct tree representation of Navarro and Sadakane (2014) [10] supports a lar...
Artículo de publicación ISIWe propose new succinct representations of ordinal trees and match variou...
We propose new succinct representations of ordinal trees, which have been studied exten-sively. It i...
I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, includ...
Consider an ordered, static tree T on t nodes where each node has a label from alphabet set ~. Tree ...
Succinct data structures give space-efficient representations of large amounts of data without sacri...
We observe that a standard transformation between ordinal trees (arbitrary rooted trees with ordered...
We survey succinct representations of ordinal, or rooted, ordered trees. Succinct representations us...
This paper presents a simple method to build tree data structures which achieve just O(log N) visite...
We present two results for path traversal in trees, where the traversal is performed in an asymptoti...
We introduce a new updatable representation f binary trees. The structure requires the information t...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
This thesis studies the question of whether optimal alphabetic binary trees can be constructed in o(...