Skip to content
qipeiqing edited this page Feb 23, 2018 · 4 revisions

Welcome to the seven77777777's btree wiki!

Context:

For so many years I have been curious about b+tree.

Now I am trying to work it out just for fun.

Stage:

1.Using int as Key type and []byte as value type, tree insertion at any degree.

2.For next, delete any k-v at any degree.

Thanks:

I really appreicate USFCA's best B+ Tree visualization on https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html

Clone this wiki locally