|
|
|
|
|
|
|
12
Applied Arrays: Lists and Strings |
|
|
|
|
|
|
|
|
ò 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. |
|
|
|
|
|