A key search algorithm using the compact Patricia trie
Masami Shishibori, Kengo Ando, Makoto Okada, Jun‐ichi Aoe
Abstract
Masami Shishibori, Kengo Ando, Makoto Okada, Jun‐ichi Aoe
Abstract
In several key strategies, the Patricia trie has the shallowest trie by eliminating all nodes which have only one arc, and these nodes are called single descendant nodes. For this reason, this trie can retrieve the key faster than any other trie strategies. This trie, however, must store information concerning the eliminated nodes, and thus if this trie structure is implemented, the required storage is large. This paper shows the retrieval algorithm using the compact Patricia trie, which is represented by the bit stream.
OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
In several key strategies, the Patricia trie has the shallowest trie by eliminating all nodes which have only one arc, and these nodes are called single descendant nodes. For this reason, this trie can retrieve the key faster than any other trie strategies. This trie, however, must store information concerning the eliminated nodes, and thus if this trie structure is implemented, the required storage is large. This paper shows the retrieval algorithm using the compact Patricia trie, which is represented by the bit stream.
Key concepts: Trie, Computer science, Key (lock), Algorithm, Theoretical computer science, Data structure, Computer security, Programming language