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
The methods has_branch_for? and is_word? do not work correctly on a compressed trie. They should be fixed.
has_branch_for?
is_word?
Also, the method add_branch_from does not make sense for a compressed trie and should be removed.
add_branch_from
The text was updated successfully, but these errors were encountered:
See 4c79c5b29c476af16639f5c669d672f9968dfd7c, 75d6bd8e271968180fcba0bfb432bd1852098692 and 80b8f34c1d78b89f5e273d479feb7dec73058914
Sorry, something went wrong.
No branches or pull requests
The methods
has_branch_for?
andis_word?
do not work correctly on a compressed trie. They should be fixed.Also, the method
add_branch_from
does not make sense for a compressed trie and should be removed.The text was updated successfully, but these errors were encountered: