Re: Building a linked list
- From: Robert <robert.beltran@xxxxxxxxx>
- Date: Wed, 19 Sep 2007 17:11:56 -0700
On Sep 19, 4:13 pm, bribr...@xxxxxxxxx wrote:
Hi everybody, I'm stuck and was hoping someone here could help. I am
implementing a linked list, with a class node, which has a String
object text and a node next as its definition. I'm all set on adding,
deleting, inserting, etc. But for the life of me, I cannot figure out
how to insert the original data to build the list initially. Any help
would be great, and if you need more info just let me know.
Thanks in advance :)
If you're all set on adding that's what you do. Add the nodes one at
a time to build your list. Am I confused here?
.
- Follow-Ups:
- Re: Building a linked list
- From: Lew
- Re: Building a linked list
- References:
- Building a linked list
- From: bribriLA
- Building a linked list
- Prev by Date: Re: Building a linked list
- Next by Date: Re: one interview question, 17 lines in java, 3 lines in ruby.
- Previous by thread: Re: Building a linked list
- Next by thread: Re: Building a linked list
- Index(es):
Relevant Pages
|