Thursday 13 January 2022

RadixTree

An implementation of RadixTree data-structure, which is a great tool for indexing a large number of records with string keys, and performing a prefix search with an optimal time complexity.



from The Android Arsenal

No comments:

Post a Comment