Dictionaries
Dictionaries. Collection of items. Each item is a pair. (key, element) Pairs have different keys. Operations. get(Key) ( or, Search(Key)) put(Key, Element) (or, Insert(Key, Element)) remove(Key) (or, Delete(Key)). Application. Collection of student records in this class.
365 views • 26 slides