mirror of
https://github.com/bkthomps/Containers.git
synced 2025-11-16 12:34:47 +00:00
Add multimap
This commit is contained in:
@@ -16,7 +16,7 @@ Data structures that can be quickly searched which use comparators.
|
||||
<p> set - collection of unique keys, sorted by keys
|
||||
<p> map - collection of key-value pairs, sorted by keys, keys are unique
|
||||
<p> multiset - collection of keys, sorted by keys
|
||||
<p> multimap (todo) - collection of key-value pairs, sorted by keys
|
||||
<p> multimap - collection of key-value pairs, sorted by keys
|
||||
|
||||
# Unordered associative containers
|
||||
Data structures that can be quickly searched which use hashing.
|
||||
|
||||
Reference in New Issue
Block a user