summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/cset_api.md3
-rw-r--r--docs/set.jpgbin19883 -> 19661 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md
index 66e8184c..99940b03 100644
--- a/docs/cset_api.md
+++ b/docs/cset_api.md
@@ -1,8 +1,7 @@
![Set](set.jpg)
# Container [cset](../stc/cmap.h): Unordered Set
-This describes the API of the unordered set type **cset**. Same base implementation as cmap, but contains and uses keys only.
-See [std::unordered_set](https://en.cppreference.com/w/cpp/container/unordered_set) for a similar c++ class.
+A **cset** is an associative container that contains a set of unique objects of type Key. Search, insertion, and removal have average constant-time complexity. See [std::unordered_set](https://en.cppreference.com/w/cpp/container/unordered_set) for a similar c++ class.
## Declaration
diff --git a/docs/set.jpg b/docs/set.jpg
index 74ac925a..dfad52dd 100644
--- a/docs/set.jpg
+++ b/docs/set.jpg
Binary files differ