November 2002
Beginner
432 pages
11h 44m
English
A data structure is a collection of one or more variables taken as a group. Consider the storage of an inventory item. The computer needs to track the following values for each item:
Part Number
Quantity
Description
Cost
Retail Price
caution
![]() | A binary search always requires that you sort the array before you begin the search. |
Of course, the company will have many items, so these values will be stored on the disk, probably read into five arrays, and managed from there.
The problem with using separate arrays is that your code must keep track of multiple arrays for the same inventory ...
Read now
Unlock full access