2006
DOI: 10.1002/spe.778
|View full text |Cite
|
Sign up to set email alerts
|

An efficient deletion method for a minimal prefix double array

Abstract: A minimal prefix (MP) double array is an efficient data structure for a trie. The MP double array only requires a small amount of space and enables fast retrieval. However, the space efficiency of the MP double array is degraded by deletion. This paper presents a fast and compact adaptive deletion method for the MP double array. The presented method is implemented with C. Simulation results for English and Japanese keys show that the adaptive method is faster than the conventional method and maintains higher s… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
10
0

Year Published

2010
2010
2023
2023

Publication Types

Select...
5

Relationship

2
3

Authors

Journals

citations
Cited by 9 publications
(10 citation statements)
references
References 4 publications
0
10
0
Order By: Relevance
“…Therefore, general implementations use the empty-link method (ELM). 15,26 Empty-link method builds a doubly circular linked list of empty elements called an empty list.…”
Section: Figurementioning
confidence: 99%
See 3 more Smart Citations
“…Therefore, general implementations use the empty-link method (ELM). 15,26 Empty-link method builds a doubly circular linked list of empty elements called an empty list.…”
Section: Figurementioning
confidence: 99%
“…The original DA performs this search by scanning base and check elements linearly in O ( N ) time; however, this time turns into a critical problem for a large dictionary. Therefore, general implementations use the empty‐link method (ELM) . Empty‐link method builds a doubly circular linked list of empty elements called an empty list .…”
Section: Da Trie Dictionariesmentioning
confidence: 99%
See 2 more Smart Citations
“…The double-array presented by Aoe [3,4], Yata et al [26] is an efficient data structure that represents the trie with two one-dimensional arrays called BASE and CHECK. The double-array provides fast traversal at time complexity of O (1).…”
Section: Introductionmentioning
confidence: 99%