Examlex

Solved

A Collection That Allows Items to Be Added Only at One

question 61

Multiple Choice

A collection that allows items to be added only at one end and removed only at the other end is called a ____.


Definitions:

Item Comparisons

The process of evaluating two or more items to determine their relative order or equivalence, typically used in sorting and searching algorithms.

Also Called

A phrase indicating that the subject is known by one or more other names or terms.

Binary Search

An efficient algorithm for finding an item from a sorted list of items by repeatedly halving the search interval until the item is found.

Related Questions