Abstract. A k-ary cardinal tree is a rooted tree in which each node has at most k children, and each edge is labeled with a symbol from the alphabet {1,..., k}. We present a succinct representation for k-ary cardinal trees of n nodes where k = O(polylog(n)). Our data structure requires 2n + n log k + o(n log k) bits and performs the following operations in O(1) time: parent, child(i) label-child(α), degree, subtree-size, preorder, is-ancestor(x), insert-leaf(α), delete-leaf(α). The update times are amortized. The space is close to the information theoretic lower bound. The operations are performed in the course of traversing the tree. This improves the succinct dynamic k-ary cardinal trees representation of Arroyuelo [1] for small alphabet,...
Consider an ordered, static tree T on t nodes where each node has a label from alphabet set ~. Tree ...
We show how a collection of Euler-tour trees for a forest on $n$ vertices can be stored in $2 n + o ...
A parallel algorithm is given which constructs an optimal alphabetic tree in O(log³ n) time with n² ...
Trees are one of the most fundamental structures in computer science. Standard pointer-based represe...
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...
We consider the indexable dictionary problem which consists in storing a set S C (0,...,m- 1} for so...
I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, includ...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
We introduce a new updatable representation f binary trees. The structure requires the information t...
Abstract. We consider succinct representations of labeled ordinal trees that support a rich set of o...
This thesis studies the question of whether optimal alphabetic binary trees can be constructed in o(...
There exist two well-known succinct representations of ordered trees: BP (balanced parenthesis) [Mun...
We implement and compare the major current techniques for representing general trees in succinct fo...
The fully-functional succinct tree representation of Navarro and Sadakane (2014) [10] supports a lar...
Consider an ordered, static tree T on t nodes where each node has a label from alphabet set ~. Tree ...
We show how a collection of Euler-tour trees for a forest on $n$ vertices can be stored in $2 n + o ...
A parallel algorithm is given which constructs an optimal alphabetic tree in O(log³ n) time with n² ...
Trees are one of the most fundamental structures in computer science. Standard pointer-based represe...
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...
We consider the indexable dictionary problem which consists in storing a set S C (0,...,m- 1} for so...
I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, includ...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
We introduce a new updatable representation f binary trees. The structure requires the information t...
Abstract. We consider succinct representations of labeled ordinal trees that support a rich set of o...
This thesis studies the question of whether optimal alphabetic binary trees can be constructed in o(...
There exist two well-known succinct representations of ordered trees: BP (balanced parenthesis) [Mun...
We implement and compare the major current techniques for representing general trees in succinct fo...
The fully-functional succinct tree representation of Navarro and Sadakane (2014) [10] supports a lar...
Consider an ordered, static tree T on t nodes where each node has a label from alphabet set ~. Tree ...
We show how a collection of Euler-tour trees for a forest on $n$ vertices can be stored in $2 n + o ...
A parallel algorithm is given which constructs an optimal alphabetic tree in O(log³ n) time with n² ...