Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
ArberHyseni committed Dec 4, 2024
1 parent 5e58e4e commit c028363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/bplus-tree-algorithm/article.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The infamous B+Tree Data Structure
Think of B+ Tree as a library where the front desk handles directions, the aisles handle the books, and everything is connected in a way that even the messiest visitor (you, the one who shows up with no clue about where to find anything but expects instant results) can find what they need efficiently.
# The not-so-famous B+Tree but very important Data Structure
Think of B+ Tree as a library where the front desk handles directions, the aisles handle the books and everything is connected in a way that even the messiest visitor (you, the one who shows up with no clue about where to find anything but expects instant results) can find what they need efficiently.

This Data Structure is used by MySQL under the hood for indexing.
## Authors
Expand Down

0 comments on commit c028363

Please sign in to comment.