Corning Community College
Comprehensive Linked List Program
Objective
To continue to expose you to the concepts inherent to linked lists.
Exercise
As an exercise testing your skills with dynamic singly linked lists, I'd like for you to undertake the following assignment:
create a program that does the following:
utilizes struct-based nodes
nodes can be identical to the ones we've used– containing a single integer
upon running, presents the user with a menu, having the following options:
your program must successfully operate regardless of the inputs given (0 nodes, 1 node, 17 nodes, etc.)
document your code with intuitive commenting
If you'd like a bit of an added challenge
Submission
Please send to my lab46 account (wedge@lab46.corning-cc.edu) the source code of your completed program.