Checkpoint 2.13.1.
- algorithm
- Step-by-step list of instructions for solving a problem.
- average case
- When an algorithm performs between its worst and best case given a certain data set or circumstance.
- vector
- Sequence container storing data of a single type in a dynamically allocated array.
- worst case
- When an algorithm performs especially poorly given a certain data set or circumstance.
- dynamic size
- Able to change size automatically.
Drag the word on the left to its corresponding definition.
Review classes and their properties.