slackbuilds_ponce/libraries/libdatrie
B. Watson 11c352872c libraries/libdatrie: Fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-04-18 16:13:21 -04:00
..
libdatrie.info
libdatrie.SlackBuild libraries/libdatrie: Fix docs. 2022-04-18 16:13:21 -04:00
README
slack-desc

libdatrie - An Implementation of Double-Array Trie

Trie is a kind of digital search tree, an efficient indexing method
in which search time is independent of database size. It only takes
O(m) search time, where m is the length of the search string.