|
Learning objectives for chapter 13 |
1 | Learn how to declare an initially empty array-based list of a given capacity. |
2 | Learn how to search an array-based list. |
3 | Learn how to sort an array-based list. |
4 | Learn how to share an array-based list with a function. |
|
|
Learning objective(s) addressed |
|
1 | 2 | 3 | 4 |
Exercises |
Right-click (or control-click on a Mac) the title to save its PDF to your system. |
|
13.1 |
Name Sorter PDF |
X | X | X | |
13.2 |
Over-Under Guessing Game, v.3.0 PDF |
X | X | | |
13.3 |
MP3 Shuffler, v.1.0 PDF |
X | X | | |
| |
Samples |
Right-click (or control-click on a Mac) a title to save its file to your system. |
|
13.1 |
List of Presidents PY
[ TXT:
input file
]
|
X | | X | X |
| |
Videos |
|
13.1 |
Click HERE for a YouTube-like video that compares and contrasts arrays with array-based lists.
Its running time is 15 minutes.
|
X | X | X | |
|
Code from the chapter in order of their appearance in the text |
|