1.
- ordered set
- a data structure in which every element appears only once and every element has an index that identifies it
- stream
- a data structure that represents a “flow” or sequence of data items from one place to another. In C++ streams are used for input and output
- accumulator
- a variable used inside a loop to accumulate a result, often by getting something added or concatenated during each iteration.
Match each phrase with the corresponding definition by dragging the phrase into the appropriate box.
Try again!