CSC 343 - Data Structures

Dr. R. M. Siegfried

Assignment #10 - Sorting an Array of Character Strings

Due Friday, December 2, 2016

Your program will read in a collection of character string, no fewer than 5 and no more than twenty and sort them into ascending order using one of the sorts that we learned and then prints it out. Then it sorts it into descending order using a different sort that we learned and prints it a second time.

[Back to the Assignments List]