Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: B+ tree

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default B+ tree

    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


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: B+ tree

    Welcome to the Java Programming Forums. Read the Rules.
    Don't post multiple threads of same type.
    Quote Originally Posted by cms View Post
    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
    What have you tried? Where is your code? Where do you need help?

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: B+ tree

    Please stop spam-posting multiple copies of the same question. I've deleted your duplicate threads.

    This sounds like a homework assignment. What have you tried? Where are you stuck? Please read the link in my signature on asking questions the smart way.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Data Structures(Binary Search Tree to AVL Tree)ASAP
    By jfAdik in forum Algorithms & Recursion
    Replies: 2
    Last Post: April 5th, 2010, 03:58 AM
  2. t:tree 2 an
    By smackdown90 in forum Web Frameworks
    Replies: 0
    Last Post: January 27th, 2010, 12:56 PM
  3. B+ Tree
    By mikesir87 in forum Java Theory & Questions
    Replies: 0
    Last Post: November 20th, 2009, 10:52 AM