diff --git a/README.md b/README.md index 71dbdf6..9960394 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Data structures that can be quickly searched which use hashing.
unordered_set - collection of unique keys, hashed by keys
unordered_map - collection of key-value pairs, hashed by keys, keys are unique
unordered_multiset - collection of keys, hashed by keys -
unordered_multimap (todo) - collection of key-value pairs, hashed by keys +
unordered_multimap - collection of key-value pairs, hashed by keys # Container adaptors Data structures which adapt other containers to enhance functionality.