April 1994
Beginner
432 pages
6h 37m
English

Sorting is the computer term given to ordering lists of values. Not only must you be able to find data in arrays, you often need to arrange array data in a certain order. Computers are perfect for sorting and alphabetizing data, and arrays provide the vehicles for holding sorted data.
Your programs don’t always hold array data in the order you want to see that data. For example, students don’t enroll in alphabetical last-name order, even though most colleges print lists of students that way. Therefore, ...
Read now
Unlock full access