Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: help for creating a linklist
|
Posted: Oct 21, 2004 11:25 AM
|
|
Sundararaman,
You didn't answer the question. The answer is: new java.util.LinkedList();
But seriously diaohui, do you want to use a linked list, or write one for a class assignment? (or perhaps have someone here write one for you?)
If you are writing your own linked list for a school assignment, then I think you can find the finished answer by searching these forums or google. However, you'll learn a lot more (and ace your next exam) by trying do it yourself and posting your code here with specific questions whenever you get stuck on one part or another.
We look forward to seeing your code and answering your questions...
|
|