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

remove recursion in avl trees #710

Merged

Conversation

bortolottidev
Copy link
Contributor

As suggested by title, I've converted lessThan and greaterThan (avl tree) using stack instead of recursion.

Couldn't find a way to achieve the same thing with rangeSearch without altering the order of the result

Signed-off-by: bortolotti.dev <29543986+bortolottidev@users.noreply.github.com>
Signed-off-by: bortolotti.dev <29543986+bortolottidev@users.noreply.github.com>
Copy link

vercel bot commented Apr 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
orama-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 6:04pm

@micheleriva
Copy link
Member

Thank you!

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.

None yet

2 participants