retrieval
retrieval copied to clipboard
Trie implementation in Elixir
Hello! I made some changes to the code so that the library worked in my native Russian language. I also added a test. Thanks. Alex
returns matching bianries like 'prefix/2', along with longest common prefix of matching binaries. Very common when implementing auto-completion.
Enable the :mark entry to use a payload as its value, so the user can attach some payload to the trie, and retrieve the payload back when querying. This modification...