1983
DOI: 10.1145/357980.357987
|View full text |Cite
|
Sign up to set email alerts
|

Use of tree structures for processing files

Abstract: In data processing problems, files are frequently used which must both be searched and altered. Binary search techniques are efficient for searching large files, but the associated file organization is not readily adapted to the file alterations. Conversely, a chained file allocation permits elcient alteration but cannot be searched efficiently. A file organized into a tree-like structure is discussed, and it is shown that such a file may both be searched and altered with times proportional to s … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
21
0
2

Year Published

1997
1997
2006
2006

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 48 publications
(23 citation statements)
references
References 3 publications
0
21
0
2
Order By: Relevance
“…That is, the search cost is bounded by the length of the query string. With a small increase in complexity of implementation, a trie can be substantially reduced in size by omitting nodes that lead to a single leaf [46]. In such a trie, chains that lead to a leaf without branching are eliminated; we refer to this variant as a compact trie.…”
Section: Tries and Ternary Search Treesmentioning
confidence: 99%
See 4 more Smart Citations
“…That is, the search cost is bounded by the length of the query string. With a small increase in complexity of implementation, a trie can be substantially reduced in size by omitting nodes that lead to a single leaf [46]. In such a trie, chains that lead to a leaf without branching are eliminated; we refer to this variant as a compact trie.…”
Section: Tries and Ternary Search Treesmentioning
confidence: 99%
“…A burst trie can be viewed as a generalisation of other proposed variants of trie [49,40,46], as discussed later. Figure 1 shows an example of a burst trie storing ten records whose keys are "came", "car", "cat", "cave", "cy", "cyan", "we", "went", "were", and "west" respectively.…”
Section: Containersmentioning
confidence: 99%
See 3 more Smart Citations