mikedeboer/trie

An string is not a prefix of itself

erreina opened this issue · 0 comments

Hi, testing the example you provide with the implementation I found that when you type "aaron wall" in you "search for a contact" it says "No contact found" but there is a "aaron wall" in the list. Is this the desired behaviour? I though that any string is a prefix of itself.