You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 !!
This is a feature request for adding a
remove(key)
function, which removes an item (node) from the tree.The text was updated successfully, but these errors were encountered: