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