These notes can be purchased in the Student Union Copy Center at cost
Sorting in Pascal (Leestma & Nyhoff discuss the topic of
searching and sorting in Section 9.2, however they do describe the type of sort covered in this section of notes - the Bubble sort):
[PowerPoint]
[Acrobat]
Optional teaching material
Other types of rudimentary sorts (such as the Insertion and Selection
Sort) cab also be covered.
Also it may be beneficial to discuss searches and how sorting information
can make searches faster via the binary and linear search.
Background / Sources of additional information
Pascal Programming and Problem Solving by Leestma S. and Nyhoff L. 4th
Edition (Macmillan Publishing Company).
Pascal an Introduction to the Art and Science of Programming by Savitch
W.J. (The Benjamin / Cummings Publishing Co., Inc.).
The link to the online
documentation for the GNU Pascal compiler (since you will be using the GNU
Pascal compiler 'gpc'). You may also be interested in browsing the rest
of the site
as well.