The Art of Data Structures Lists

Traverse the list to display all the data in the nodes of the linked list Check whether the linked list is empty Check whether the linked list is full Find a node of the linked list that contains a speci ed data item These operations are implemented as methods in class LinkedList and it is shown in the following listing and is stored le ... ................
................