Question related to List

Hi guys,if we want to implement a catalog by using a simple list(every node has one pointer),what are we going to lose or gain by using only one pointer which points to the head of the list?Thanks,in advance!
[229 byte] By [g_p_javaa] at [2007-10-2 7:20:58]
# 1

Try Google for this: http://www.google.com/search?q=advantage+linked+list

Java has various built-in collections classes. See: http://java.sun.com/docs/books/tutorial/collections/

If you have specific questions about the implementation of such classes try posting them in the Collections: Lists, Sets, and Maps forum:

http://forum.java.sun.com/forum.jspa?forumID=24

prometheuzza at 2007-7-16 20:56:59 > top of Java-index,Other Topics,Algorithms...