From 28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 20 May 2021 23:43:00 +0200 Subject: Updated links to header files in docs. --- docs/csset_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/csset_api.md') diff --git a/docs/csset_api.md b/docs/csset_api.md index 9dd241f4..058ffd8e 100644 --- a/docs/csset_api.md +++ b/docs/csset_api.md @@ -1,4 +1,4 @@ -# STC [csset](../stc/csmap.h): Sorted Set +# STC [csset](../include/stc/csmap.h): Sorted Set ![Set](pics/sset.jpg) A **csset** is an associative container that contains a sorted set of unique objects of type *Key*. Sorting is done using the key comparison function *keyCompare*. Search, removal, and insertion operations have logarithmic complexity. **csset** is implemented as an AA-tree. -- cgit v1.2.3