The Artima Developer Community
Sponsored Link

Java Answers Forum
B_TREES

2 replies on 1 page. Most recent reply: Apr 23, 2003 1:47 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
micheal jones

Posts: 1
Nickname: kurupt
Registered: Apr, 2003

B_TREES Posted: Apr 20, 2003 5:58 AM
Reply to this message Reply
Advertisement
THE FOLLOWING INFORMATION ABOUT A STUDENT SHOLUD BE HELD IN A RECORD:
STUDENT NUMBER
NAME
ADDRESS
PHONE NUMBER
COURSE

NOTE : STUDENT NUMBER SHOULD BE DIFFERENT
DESIGN A BTREE THAT CAN STORE THIS INFORMATION, START WITH AN EMPTY TREE WITH MINIMUM SET TO 1.


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: B_TREES Posted: Apr 23, 2003 3:46 AM
Reply to this message Reply
Try these links

http://www.owlnet.rice.edu/~comp212/03-spring/lectures/22/

http://www.owlnet.rice.edu/~comp212/03-spring/lectures/23/

They are a fairly nice introduction to Binary Trees as well as Java source code.

Adam

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: B_TREES Posted: Apr 23, 2003 1:47 PM
Reply to this message Reply
Also, try pressing that big key right above the shift key on the left that say "caps lock" on it. It'll do wonders.

Flat View: This topic has 2 replies on 1 page
Topic: Javax.comm Previous Topic   Next Topic Topic: using string buffer or tokenizer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use