Re: Tree data structure in Java
- From: "No Name" <7abc@xxxxxxxxxxxxx>
- Date: 18 Sep 2006 16:05:13 -0700
Allan M. Bruce wrote:
I am hoping to use a tree data structure in my Java application. I need to
be able to create a tree which I can add next nodes to certain paths and
obtain a list of all possible paths in the tree. Is there an implementation
of this built into Java? For example, I would like to create a structure
similar to this:
A1
/ \
M1 C3
/ | \ / \
D S E R Ts
/\
4 6
Ah, it's homework season. That time of the year where we get insight
into the sad state of programmer education.
.
- Follow-Ups:
- Re: Tree data structure in Java
- From: Allan M. Bruce
- Re: Tree data structure in Java
- References:
- Tree data structure in Java
- From: Allan M. Bruce
- Tree data structure in Java
- Prev by Date: Re: JVM Install "succeeds" but Java doesn't work in browsers.
- Next by Date: Re: Tree data structure in Java
- Previous by thread: Re: Tree data structure in Java
- Next by thread: Re: Tree data structure in Java
- Index(es):
Relevant Pages
|