Hi,
I am looking for an implementation of b+ tree in java. Does anyone know where I can find the proper and full implementation?
I have the following link http://en.wikibooks.org/wiki/Transwi...tation_In_Java but it is not enough. I dont think the code takes into account that the tree has to be constantly balanced and that each inner node must have more than N/2 children. I dont know how to add that to the code.
Any suggestions???
Thank you