Wyo Data Structures Ch. 1 Programming Assignment

Ch1Proj1.cpp

Do #13 on p. 57 with the following additional specifications.

Implement the functions digit, initializeCounters, addToBin, & collectBins that are prototyped and described in Example 1-12 on pp. 54 & 55. Use efficient code and algorithms in your solutions.

Your program must follow the Coding Standards. Save the source code file as "Ch1Proj1.cpp" in the appropriate network folder. The file must not include a main function. Mr. Minich will using the #include directive from within his driver program that uses the function radixSort on p. 55 to test the execution of your code.

Preconditions:

Submit the printout by the due date. Also, save the file in your Ch01 network folder so that Mr. Minich can test it from that location.