/BPlusTree

C++ implementation of B+Tree, using dot to visualize

Primary LanguageC++

C++ implementation of B+Tree

  • Reference
  • API
    • Insert
    • Lookup
    • Delete
  • Using dot to visualize. Here is an example:

In order to validate the parent pointer of each node, another picture is drawn as follow: