diff --git a/README.md b/README.md index 44de1b2..e2da353 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Data structures that can be quickly searched which use comparators.
set - collection of unique keys, sorted by keys
map - collection of key-value pairs, sorted by keys, keys are unique
multiset - collection of keys, sorted by keys -
multimap (todo) - collection of key-value pairs, sorted by keys +
multimap - collection of key-value pairs, sorted by keys # Unordered associative containers Data structures that can be quickly searched which use hashing.