Learn how to write a program in Java to build a single node linked list, with integer data and string data. See how the code you write maps to the conceptual/memory representation of linked lists so you can easily go from concept to code and vice versa. This is part of a series of lessons in data structures and algorithms by Sesh Venugopal: http://www.cs.rutgers.edu/~venugopal