Results 1 to 3 of 3
Thread: Tree structure using java
- 10-31-2012, 06:19 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 18
- Rep Power
- 0
Tree structure using java
Hi, where can i find the example of array using java. I would like to do a simulator by using Java.
array 1 will have only 1 element but array 2 can have 100 element.
this is the array that i create.
class createClient {
int[] createClientArray;
createClientArray = new int[1];
}
if i want to let the array element have the id, what should i put in ?
Another question is can i let the array 2 to be arrange in binary tree ?
Thanks.
- 10-31-2012, 11:58 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,606
- Blog Entries
- 7
- Rep Power
- 17
Re: Tree structure using java
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 10-31-2012, 01:06 PM #3
Similar Threads
-
Tree structure
By toofast in forum Advanced JavaReplies: 3Last Post: 06-14-2012, 04:25 PM -
Tree data structure
By Nacao in forum New To JavaReplies: 18Last Post: 08-23-2011, 06:26 PM -
Tree Structure
By chiku in forum New To JavaReplies: 2Last Post: 01-27-2011, 08:31 PM -
Tree structure using JAVA
By trill in forum Advanced JavaReplies: 2Last Post: 05-27-2010, 11:02 AM -
standart tree structure?
By willemien in forum New To JavaReplies: 3Last Post: 05-06-2010, 07:56 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks