mirror of
https://github.com/bkthomps/Containers.git
synced 2025-12-05 15:15:49 +00:00
Add unordered_map
This commit is contained in:
@@ -21,7 +21,7 @@ Data structures that can be quickly searched which use comparators.
|
|||||||
# Unordered associative containers
|
# Unordered associative containers
|
||||||
Data structures that can be quickly searched which use hashing.
|
Data structures that can be quickly searched which use hashing.
|
||||||
<p> unordered_set - collection of unique keys, hashed by keys
|
<p> unordered_set - collection of unique keys, hashed by keys
|
||||||
<p> unordered_map (todo) - collection of key-value pairs, hashed by keys, keys are unique
|
<p> unordered_map - collection of key-value pairs, hashed by keys, keys are unique
|
||||||
<p> unordered_multiset (todo) - collection of keys, hashed by keys
|
<p> unordered_multiset (todo) - collection of keys, hashed by keys
|
||||||
<p> unordered_multimap (todo) - collection of key-value pairs, hashed by keys
|
<p> unordered_multimap (todo) - collection of key-value pairs, hashed by keys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user