Link to home
Start Free TrialLog in
Avatar of vasim08
vasim08

asked on

B+ tree

Source code for implementing a B+ tree for indexing primary keys using java
ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vasim08
vasim08

ASKER

ya this is what i was looking for....but i am still stuck....I am unable to proceed with writing the code
What are you stuck on from the link I sent you?
Is this for school?  If so, what the requirements and what have you tried to date and we can start from there and what is going wrong with it.
Avatar of vasim08

ASKER

I am a pure beginner of java. I just know the basics and to implement a B+ tree i need to have idea about the packages and the methods available for this.. we need to implement a B+ tree which will be used for efficient search and insertions into the table. I have a problem with how to create a tree and how do I insert or search for values
Look at this link again:
>>If so see if this helps get you started: http://www.seanster.com/BplusTree/BplusTree.html

The source is available online and you can study how they went about this.
Avatar of vasim08

ASKER

ok i will try to understand that. Thanks for your patience in listening to me.