Results 1 to 3 of 3
Thread: Binary search tree search method
- 12-09-2009, 11:41 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 7
- Rep Power
- 0
- 12-10-2009, 01:52 AM #2
Member
- Join Date
- Feb 2009
- Posts
- 92
- Rep Power
- 0
wikopedia can have have good articles on computer science topics. Their article on searhing binary trees has as much info as you will likely need.
Binary search tree - Wikipedia, the free encyclopedia
They even have java code.
- 12-10-2009, 02:42 AM #3
Without presenting your code, it will be difficult to give anything but vague advice. For example, are you using your own tree implementation or one in Java's standard library?
First off, is the tree a binary tree? Is the tree sorted by name (since you want to search by name)?CodesAway - codesaway.info
writing tools that make writing code a little easier
Similar Threads
-
Binary Search Tree
By anmadie in forum New To JavaReplies: 5Last Post: 11-17-2009, 03:39 AM -
Binary Search Tree implementation
By Ceasar in forum Advanced JavaReplies: 5Last Post: 10-13-2009, 04:43 PM -
Create code for Binary Search Tree using compareTo method using I/O
By harvin23 in forum New To JavaReplies: 5Last Post: 10-13-2009, 02:35 PM -
Binary Search Tree
By Goo in forum New To JavaReplies: 0Last Post: 03-06-2009, 05:46 PM -
Binary Search Tree
By michael_mke in forum New To JavaReplies: 3Last Post: 12-04-2008, 03:03 AM
Bookmarks