retrieval icon indicating copy to clipboard operation
retrieval copied to clipboard

Trie implementation in Elixir

Results 3 retrieval issues
Sort by recently updated
recently updated
newest added

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...