You are here:

C/B-tree HELP

Advertisement


Question
Hi. I'm preparing a university Mini-Project about B-TREES : insertion ,deletion and printing.
Well i've being searching The internet for algorithmes but i only found defintions and pseudo-codes that aren't really helpful. My question is:
- what kind of structure i should use? see i'm confused about the relation between keys and pointers in a node: (n*keys + 1) pointers in a  (n*keys) node .
So please Help Me.
and if u have any documents written in c about the subject or links i would really apreciate that u mail them to me.

Answer
First of all try to understand the data structure first.
Then only get into programming.
And B-Tree is a very popular data structure and it will be part of any data structure book.
Get hold of a good book on data structure or trees or graphs and you must find B-Tree in that.

And your question is not clear to me.
If you can elaborate with an example, I can try to suggest something.

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Narendra

Expertise

I can answer questions in C related to programming, data structures, pointers and file manipulation. I use Solaris for doing C code and if you have questions related to C programming on Solaris, I will be able to help better.

Experience

6.5

Organizations belong to
Sun Microsystems

Awards and Honors
Brain Bench Certified Expert C programmer.
Advanced System Software Certified

©2012 About.com, a part of The New York Times Company. All rights reserved.