< previous page page_647 next page >

Page 647
12
Applied Arrays: Lists and Strings
GOALS
ò To be able to search a list for a component with a given value.
ò To be able to sort the components of a list into ascending or descending order.
ò To be able to insert a value into an ordered list.
ò To be able to search an ordered list using the binary search algorithm.
ò To be able to declare and use character strings.

 
< previous page page_647 next page >