May 2009
Intermediate to advanced
1020 pages
26h 27m
English
| 13 | Array-Based Lists |
KNOWLEDGE GOALS
To understand the structure of a list ADT.
To know the basic operations associated with a list ADT.
To recognize the difference between an array and a list.
To know how a linear search algorithm works.
To understand the properties of a sorted list ADT.
To know how an insertion sort works.
To understand ...