AbstractThe double chained tree is used as the basis for organizing files in a database system. We model such systems with a trie, a tree in which leaves correspond to records from a file. Retrieval proceeds by following a path in a trie from the root to a leaf, where the edge taken at each node is determined by some attribute value of the query. For a given file, altering the order in which attributes are tested can change the size of the resulting trie; tries with minimum size are considered optimum. We explore the preservation of optimality under the operations of inserting a record into the file, deleting a specific record from the file, and deleting an arbitrary record from the file, showing that even for binary files, a single update ...
This paper presents a general technique for optimally transforming any dynamic data structure that o...
This thesis presents trie organizations for one-dimensional and multidimensional structured data on ...
Abstract Tries and suffix trees are the most popular data structures on words. Tries wereintroduced ...
AbstractThe double chained tree is used as the basis for organizing files in a database system. We m...
AbstractWe study a modification of digital trees (or tries) with adaptive multi-digit branching. Suc...
In this thesis, we consider the path-decomposition representation of prefix trees. We show that give...
Stopping exploration of the search space regions that can be proven to contain only inferior solutio...
Let S be a set of n reals. We show how to process on-line r membership queries, insertions, and dele...
We describe a dynamic version of the z-fast trie, a new data structure inspired by the research star...
In this paper we show how a slight modification of $(a,b)$-trees allows us to perform member and nei...
Digital trees or tries are a general purpose flexible data structure that implements dictionaries b...
International audienceSuffix trees are highly regarded data structures for text indexing and string ...
Direct chaining is a popular and efficient class of hashing algorithms. In this paper we study optim...
Optmality questions are examined m the following information retrieval problem. Given a set S of n k...
We present a compressed representation of tries based on top tree compression [ICALP 2013] that work...
This paper presents a general technique for optimally transforming any dynamic data structure that o...
This thesis presents trie organizations for one-dimensional and multidimensional structured data on ...
Abstract Tries and suffix trees are the most popular data structures on words. Tries wereintroduced ...
AbstractThe double chained tree is used as the basis for organizing files in a database system. We m...
AbstractWe study a modification of digital trees (or tries) with adaptive multi-digit branching. Suc...
In this thesis, we consider the path-decomposition representation of prefix trees. We show that give...
Stopping exploration of the search space regions that can be proven to contain only inferior solutio...
Let S be a set of n reals. We show how to process on-line r membership queries, insertions, and dele...
We describe a dynamic version of the z-fast trie, a new data structure inspired by the research star...
In this paper we show how a slight modification of $(a,b)$-trees allows us to perform member and nei...
Digital trees or tries are a general purpose flexible data structure that implements dictionaries b...
International audienceSuffix trees are highly regarded data structures for text indexing and string ...
Direct chaining is a popular and efficient class of hashing algorithms. In this paper we study optim...
Optmality questions are examined m the following information retrieval problem. Given a set S of n k...
We present a compressed representation of tries based on top tree compression [ICALP 2013] that work...
This paper presents a general technique for optimally transforming any dynamic data structure that o...
This thesis presents trie organizations for one-dimensional and multidimensional structured data on ...
Abstract Tries and suffix trees are the most popular data structures on words. Tries wereintroduced ...