Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 165 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 165 Bytes

B+ tree in C++

Template library implementing map/multimap/set based on a B+ tree.

The algorithms have been taken from "Introduction to algorithms".