Create a program in C++ using a character linked list. It will insert the letters into the list alphabetically. Ask the user to enter a word. Then, enter the word into the list. Then, print out what is in the list, and clear it out.
example:
enters: apple
prints: aelpp
You can do this by writing your own linked list (extra credit), or using the STL list class. -- if you are using the STL list class, do not use the “sort” function.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here