Update README.md

B+ tree visualization site added
This commit is contained in:
NehaKeshan
2024-03-22 13:28:20 -04:00
committed by GitHub
parent 2c02c61968
commit d405d1b166

View File

@@ -134,3 +134,5 @@ implementation).
- If a B+ tree node has k keys key0, key1, key2, . . . , keyk1, it will have k + 1 children. The keys in the leftmost
child must be < key0, the next child must have keys such that they are ≥key0 and < key1, and so on up to
the rightmost child which has only keys ≥keyk1.
A B+ tree visualization can be seen at: https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html