These assignments are due at 11:59 pm next Wednesday night, Nov. 9.
Coding Assignment 13
This assignment uses random numbers and a for loop to create random hexadecimal colors.
Coding Assignment 14
This assignment uses two vectors and a for loop to translate color names from English to Spanish.
Coding Assignment 15
This assignment uses a vector and two nested for loops to sort strings entered by the user.
Extra Credit:
Look up the more optimized version of Bubblesort and modify Assignment 15 to use it. I suggest you use a standard data structures reference book such as Aho, Hopcroft, and Ullman. If you find code on the internet, it may or may not be correct.
No comments:
Post a Comment