Term
|
Definition
A mapping from a set of keys to their corresponding values. |
|
|
Term
|
Definition
The algorithm used to implement Python dictionaries. |
|
|
Term
|
Definition
A function used by a hashtable to compute the location for a key. |
|
|
Term
|
Definition
|
|
Term
|
Definition
A way of performing a computation. |
|
|
Term
|
Definition
Another name for a key-value pair. |
|
|
Term
|
Definition
An object that appears in a dictionary as the first part of a key-value pair. |
|
|
Term
|
Definition
The representation of the mapping from a key to a value. |
|
|
Term
|
Definition
A dictionary operation that takes a key and finds the corresponding value. |
|
|
Term
|
Definition
When there are one or more loops “inside” of another loop. The inner loop runs to completion each time the outer loop runs once. |
|
|
Term
|
Definition
An object that appears in a dictionary as the second part of a key-value pair. This is more specific than our previous use of the word “value”. |
|
|