Message Boards Message Boards

0
|
8927 Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Implementation of B-tree

Posted 11 years ago
Hi, 

I'm looking for any informations,  or links to help me about implementation of B-tree : http://en.wikipedia.org/wiki/B-tree, and different functions like delete of node, insertion, search..

Best regards 
POSTED BY: badr tiptop
4 Replies
Posted 11 years ago
Thankyou very much emoticon 
POSTED BY: badr tiptop
I have done some non-binary tree implementations used for retrieval or key-value association described here:

http://mathematicaforprediction.wordpress.com/2013/12/06/tries-with-frequencies-for-data-mining/

You can find the Mathematica code at: https://github.com/antononcube/MathematicaForPrediction/blob/master/TriesWithFrequencies.m .
In that code deletion is not implemented, and insertion is implemented through a general tree merging procedure.
POSTED BY: Anton Antonov
Posted 11 years ago
Thankyou very much for your attention, i will try to developp it
POSTED BY: badr tiptop
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract