Name: ____________________________________________________ Alpha: _____________
Section: ________
Describe help received: _________________________________________________________________
See the bottom for how to submit your work.
Due: Before 0800 on next class day
LIST of type Node* with the values
depicted in the figure below:
The definition of struct Node is given above too. Write statements (mostly manipulating pointers) that perform the following.
|
|
hw.cpp that works as follows:
|
Example runs:
~/$ ./hw Enter words followed by END: one two three four five six seven eight END What letter? t three two ~/$ ./hw Enter words followed by END: aa ab ac ac END What letter? a ad ac ab aa ~/$ ./hw Enter words followed by END: aa ab ac ad END What letter? b |
Submit to the submission server (due: 0800 on the next class day)
~/bin/submit -c=IC210 -p=hw32 hw.cpp
Bring to class