From d8afec0f4115212e033a0c0a6ef0a822612f10c0 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 1 Jan 2021 13:04:52 +0100 Subject: Update set image/descr. --- docs/cset_api.md | 3 +-- docs/set.jpg | Bin 19883 -> 19661 bytes 2 files changed, 1 insertion(+), 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 Binary files a/docs/set.jpg and b/docs/set.jpg differ -- cgit v1.2.3