Linked Lists
http://www.2shared.com/file/wXvYA1aw/Linked.html
The file is in ZIP format. Simply extract it to access the codes.
Or you may encode the following 5 java classes:
---------------------------------TestProg_Linked.java-----------------------
import java.io.*;
import java.util.*;
public class TestProg_Linked
{
static BufferedReader keyboard = new
BufferedReader(new InputStreamReader(System.in));