We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder why you have included Ternary Tree, but not a regular Trie (Prefix Tree).
It might be good to have Suffix Tree there too.
The text was updated successfully, but these errors were encountered:
Added Trie (Prefix Tree)
28f99da
Per josem#6 Added Trie using data from http://en.wikipedia.org/wiki/Trie and http://www.cs.cmu.edu/~fp/courses/15122-f10/lectures/18-tries.pdf
2e77539
No branches or pull requests
I wonder why you have included Ternary Tree, but not a regular Trie (Prefix Tree).
It might be good to have Suffix Tree there too.
The text was updated successfully, but these errors were encountered: