 |
Refer Listing To A Friend |
|
|
 |
SUGGEST C++ B+ Tree implementation TO A FRIEND...
If you have a friend that you would like to recommend this page to,
or if you just want to send yourself a reminder, here is the easy
way to do it!
Simply fill in the e-mail address of the person(s) you wish to tell
about C++ B+ Tree implementation, your name and e-mail address (so they do
not think it is spam and can reply to you directly with gracious thanks),
and click the SEND button.
If you want to, you can also enter a message that will be included
on the e-mail.
After sending the e-mail, you will be transported back to the
page you recommended!
| Resource Title: |
C++ B+ Tree implementation |
| URL: | [CLICK HERE] |
| Description: |
This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage.
Implemented in C++, B+ Tree is template based, so it can be used with any type of data.
To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class.
There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers.
| |
|
|
|
 |
|