Dynamic trees, originally described by Sleator and Tarjan, have been studied in detail for non persistent structures providing O(log n) time for update and lookup operations as shown in theory and practice by Werneck. However, there are two gaps in current theory. First, how the most common dynamic tree operations (link and cut) are computed over a purely functional data structure has not been studied in detail. Second, even in the imperative case, when checking whether two vertices u and v are connected (i.e. in the same component), it is taken for granted that the corresponding location indices (i.e. pointers, which are not allowed in purely functional programming) are known a priori and do not need to be computed, yet this is rarely t...
We propose new succinct representations of ordinal trees, which have been studied exten-sively. It i...
International audienceDynamic algorithms are used to compute a property of some data while the data ...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
The dynamic tree problem is that of maintaining an arbitrary n-vertex for-est that changes over time...
The dynamic trees problem is that of maintaining a forest that changes over time through edge insert...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
The dynamic tree is an abstract data type that allows the maintenance of a collection of trees subje...
The dynamic trees problem is to maintain a forest subject to edge insertions and deletions while fac...
There exist many algorithms that work over tree graphs. Any of them can use di erent data structures...
Dynamic tree data structures maintain forests that change over time through edge insertions and dele...
AbstractA data structure is proposed to maintain a collection of vertex-disjoint trees under a seque...
Trees are one of the most fundamental structures in computer science. Standard pointer-based represe...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
A data structure is proposed to maintain a collection of vertex-disjoint trees under a sequence of t...
We propose new succinct representations of ordinal trees, which have been studied exten-sively. It i...
International audienceDynamic algorithms are used to compute a property of some data while the data ...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
The dynamic tree problem is that of maintaining an arbitrary n-vertex for-est that changes over time...
The dynamic trees problem is that of maintaining a forest that changes over time through edge insert...
AbstractWe study the problem of maintaining a dynamic ordered tree succinctly under updates of the f...
The dynamic tree is an abstract data type that allows the maintenance of a collection of trees subje...
The dynamic trees problem is to maintain a forest subject to edge insertions and deletions while fac...
There exist many algorithms that work over tree graphs. Any of them can use di erent data structures...
Dynamic tree data structures maintain forests that change over time through edge insertions and dele...
AbstractA data structure is proposed to maintain a collection of vertex-disjoint trees under a seque...
Trees are one of the most fundamental structures in computer science. Standard pointer-based represe...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...
A data structure is proposed to maintain a collection of vertex-disjoint trees under a sequence of t...
We propose new succinct representations of ordinal trees, which have been studied exten-sively. It i...
International audienceDynamic algorithms are used to compute a property of some data while the data ...
Dynamic programming on tree decompositions is a frequently used approach to solve otherwise intracta...