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 2 of 2

Thread: B+- Trees

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default B+- Trees

    Hello everyone
    We got an assigment from what it seems to be a very lazy teacher, which simply told us to implement this following link
    mec.ac.in/resources/notes/notes/ds/bplus.htm

    He didn't post the link, he was kind enough to write a pdf of his own, but its basicly copy paste from there.

    Obviously I would like to implement this myself, But I would happy to hear some ideas, I was thinking about 2 classes, regNode and leafNode, but I haven't really found a solution to how to play with pointers, which fields to use? Any ideas for classes and fields? Thanks in advance.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: B+- Trees

    Quote Originally Posted by itaymeller View Post
    Obviously I would like to implement this myself
    That sounds like an excellent idea. Why don't you give it a shot and see what you come up with.
    I have no ideas because what you posted looks more like a link than a set of instructions. Always post any related material on the forum to be seen, no links or attachments are usually necessary.

Similar Threads

  1. binary trees
    By game06 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 1st, 2013, 07:58 AM
  2. [SOLVED] Data Structures: Symbolic Algebra with Trees
    By Staticity in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 20th, 2012, 01:42 AM
  3. Help in printing trees
    By cool_97 in forum What's Wrong With My Code?
    Replies: 18
    Last Post: July 23rd, 2011, 04:46 PM
  4. Merging of Trees..
    By Kumarrrr in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 23rd, 2010, 11:39 PM
  5. PQ Trees
    By copeg in forum Algorithms & Recursion
    Replies: 1
    Last Post: March 19th, 2010, 09:40 PM