Skip to content
New issue

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

fix error when DFS failed to backtrack on trie depth jump > 1 #7

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

C-Pro
Copy link
Owner

@C-Pro C-Pro commented Jul 10, 2023

ListByPrefix failed to return results when there was a DFS trie depth jump of more than 1 level.
E.g. for keys "123" and "3", DFS would descend to level 3, and then it should go back to level 1, but it did not do it correctly.

@C-Pro C-Pro merged commit 60675e9 into main Jul 10, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants