MarkBaker / Tries

Trie and RadixTrie Datastructure Implementations in PHP, with a couple of working examples showing their use
MIT License
21 stars 4 forks source link

RadixTrie space #5

Open kowach opened 4 years ago

kowach commented 4 years ago

If you put space in keys in your test.php RadixTrie will not find them:

    ['carp 1', 'v. To complain'],
    ['carp 2', 'n. A species of fish, not good with chips'],
    ['carp enter', 'n. A person that mends carps'],
    ['carp entry', 'n. Complaints by a carpenter']
MarkBaker commented 4 years ago

Problem confirmed; looking for a fix