| Author |
One more question help plz
|
Anto Telvin
Ranch Hand
Joined: Aug 12, 2008
Posts: 113
|
|
|
How can i implement a Linked List in Java ?
|
Anto Telvin Mathew<br />Many of the life failures are people who did not realize how close they were to success when they give up. EDISON
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
Is this a homework question or do you just need a linked list ? If the latter, there already is an implementation in the core api.
|
Joanne
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
And if the former, this article may help you out.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
And it is also possible to implement a "Doubly-linked list" in java It was one of my first home work 'jobs', when I started out with Java. I had a "Doubly-linked list" programed in C++, and this code was the 'template' for the Java code. The Java version is now improved over the the C++ version  [ August 14, 2008: Message edited by: Rene Larsen ]
|
Regards, Rene Larsen
Dropbox Invite
|
 |
 |
|
|
subject: One more question help plz
|
|
|