Read Section 9.2 Linked Lists and answer the following:
Define pointer, linked list, node and null
What is the basic algorithm to
delete a node
insert a node
search for an item in the list
Download and compile the StringList class, go over the code to understand the main methods - insert, delete and find
Download the file ListDemo and replace TextIO statements for System.out.println and Scanner input statements. Run the ListDemo program to be sure it works.