c-trie++: A Dynamic Trie Tailored for Fast Prefix Searches

April 16, 2019 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Kazuya Tsuruta, Dominik KΓΆppl, Shunsuke Kanda, Yuto Nakashima, Shunsuke Inenaga, Hideo Bannai, Masayuki Takeda arXiv ID 1904.07467 Category cs.DS: Data Structures & Algorithms Cross-listed cs.IR Citations 6 Venue arXiv.org Last Checked 4 months ago
Abstract
Given a dynamic set $K$ of $k$ strings of total length $n$ whose characters are drawn from an alphabet of size $Οƒ$, a keyword dictionary is a data structure built on $K$ that provides locate, prefix search, and update operations on $K$. Under the assumption that $Ξ±= w / \lg Οƒ$ characters fit into a single machine word $w$, we propose a keyword dictionary that represents $K$ in $n \lg Οƒ+ Θ(k \lg n)$ bits of space, supporting all operations in $O(m / Ξ±+ \lg Ξ±)$ expected time on an input string of length $m$ in the word RAM model. This data structure is underlined with an exhaustive practical evaluation, highlighting the practical usefulness of the proposed data structure, especially for prefix searches - one of the most elementary keyword dictionary operations.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted