Corning Community College
CSCS2320 Data Structures
Assignments, Documents, Information, and Projects
A suggested style for your display() functions could be as follows:
start: [0] 23 -> [1] 47 -> [2] 59 -> [3] 16 -> [4] 7 -> [5] 11 -> NULL
Note the node position prefixing each node's contents, for easier addressing when allowing the user to interactively perform insert/append/getNode on specific nodes.