Results 1 to 3 of 3
Thread: binary tree
- 08-12-2010, 03:39 AM #1
Member
- Join Date
- Jul 2010
- Posts
- 16
- Rep Power
- 0
binary tree
hi... can anyone help me with this prob?
coz i dont have any idea how to do this my teacher just gave this problem
without any explainations :( :(
and i need it to pass soon :eek:
1. Create a Java program that creates a binary tree.
2. Show and perform operations on trees.
a. Create and consider the following in building your program:
• class node – where objects contain the data representing objects being stored.
• Class treeApp – where operations creating a tree and finding and inserting nodes are included.
• The nodes that you will create must be connected using references.
tnx for the heLp... :o :o
-
Have a look here for information about binary trees: Binary tree (data structure) - Wikipedia, the free encyclopedia
and here for information on how to get started on a program: http://home.earthlink.net/~patricia_.../beginner.html
good luck
- 08-12-2010, 03:45 AM #3
Member
- Join Date
- Jul 2010
- Posts
- 16
- Rep Power
- 0
Similar Threads
-
Data Structures(Binary Search Tree to AVL Tree)ASAP pls
By jfAdik in forum Forum LobbyReplies: 0Last Post: 04-04-2010, 08:40 AM -
Binary Tree
By MuslimCoder in forum New To JavaReplies: 8Last Post: 11-19-2009, 06:57 PM -
code for binary tree in jsp
By ajay kumar in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 11-17-2009, 07:45 AM -
Binary Search Tree
By anmadie in forum New To JavaReplies: 5Last Post: 11-17-2009, 03:39 AM
Bookmarks