and also, although "dog" and "Dog" are different strings, they are still the same words.
even if we have two separate entries in our tree for "dog" and "Dog", should we make count and search case-insensitive?
in my opinion, it seems to me like tries lend themselves better to parsing programming languages then books or stories. |