1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a dictionary?
Collection of key-value pairs in which the value is accessed via the associated key
What are some uses of dictionaries?
Information retrieval
In lists and queues
What operations can be carried out on dictionaries?
Create
Add new key:value pair
Delete a key:value pair
Amend
Return value associated with a key
Return True or False if a key is present
Return length of the dictionary
What is an application of dictionaries?
Dictionary-based compression