i need B+ tree implementation coding in java. pls help me.
i need b+ tree sample coding. pls. help me.
Collapse
X
-
If you are having problems with your own B+ tree implementation you would do well to describe your problem. That is, post your code and describe the mismatch between desired/expected and actual output (if it compiles) or compiler message (if it does not).
If the problem is that you do not understand the concepts involved (what a B+ tree is etc), then google. Describe what you have found and what exactly you have difficulty understanding.
Providing you have an actual problem - with understanding concepts, compiler messages, or unwanted program behaviour - there are plenty of people who are willing to help.
But if you are actually expecting other people to write your code for you, you would do well to rethink your expectations because I don't think that is going to happen. Typically employers pay money for that. And employees expect money for that.
Comment