Page 1 of 1

1. Using the linked list program given in class, alter the program to input 10 CHARACTERS, sorting them as they are inse

Posted: Mon Jun 06, 2022 2:28 pm
by answerhappygod
1 Using The Linked List Program Given In Class Alter The Program To Input 10 Characters Sorting Them As They Are Inse 1
1 Using The Linked List Program Given In Class Alter The Program To Input 10 Characters Sorting Them As They Are Inse 1 (57.97 KiB) Viewed 42 times
C++, DATA STRUCTURES
1. Using the linked list program given in class, alter the program to input 10 CHARACTERS, sorting them as they are inserted into the list. Print out the sorted list. COUNT the number of numbers in the list**** Then create a second list of 10 characters, sorting as the list is created. Print out this list. Finally, merge the two lists together (i.e. the ORIGINAL first and second lists), eliminating any duplicates Print out the final merged list. *** For example you can enter 4 jhL!?9*^5a as characters There are THREE numbers in the list