trie icon indicating copy to clipboard operation
trie copied to clipboard

Fast, zero heap allocation Go Trie for runes or paths

Results 1 trie issues
Sort by recently updated
recently updated
newest added

when trying to delete rune key for example ```go trie.Put("احمد", "محمد") trie.Delete("محمد") // panic ``` ``` panic: runtime error: invalid memory address or nil pointer dereference e [signal SIGSEGV: segmentation...