skfjjdshfdsfdshfghsdfhgdshgfhdsgfhdf
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
skfjjdshfdsfdshfghsdfhgdshgfhdsgfhdf
Last edited by McTown; April 30th, 2011 at 06:54 AM.
And what is your question? No one will do this for you, so posts like this typically do not get answered. I recommend breaking the problem down...at what point are you stuck? Do you know how to create an array? A linked list?
Question is were do i start ya i do no how to do a array and linked list. Problem is how do u do an array of linked lists
You mention you know arrays, then mention you don't know how to create an array of linked lists...I'm confused, so I'll point you to the following tutorial:
Arrays (The Java™ Tutorials > Learning the Java Language > Language Basics)
If you need to create your own LinkedList implementation, do that first. Then create an array of the size you need defined by the type.