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

Feature Request: remove items from the B+ Tree #1

Open
yuriescl opened this issue Dec 30, 2017 · 2 comments
Open

Feature Request: remove items from the B+ Tree #1

yuriescl opened this issue Dec 30, 2017 · 2 comments

Comments

@yuriescl
Copy link

This is a feature request for adding a remove(key) function, which removes an item (node) from the tree.

@NicolasLM
Copy link
Owner

I've been working on this feature for quite a while but I'm struggling with some edge cases: deleting really is more complicated than inserting. I hope to be done with it soon.

@SimonCqk
Copy link

SimonCqk commented Feb 9, 2018

Well done dude, I'm working on my personal database engined by B Tree (B+ Tree firstly, but edge cases drived me crazy...), I gonna adapt some of your designes !!

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

No branches or pull requests

3 participants