From b46e55a30c0750b7dccecda8bd13b765501ccd1d Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 22 Jun 2020 21:14:03 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3a0b92..9ea88dd9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Introduction An elegant, typesafe, generic, customizable, user-friendly, consistent, and very efficient standard container library for C99. This is a small headers only library with the most used container components, and a few algorithms: - **cstring.h** - Compact and powerful **string** class. -- **cvector.h** - Dynamic generic **vector** class. +- **cvector.h** - Dynamic generic **vector** class, works well as a **stack**. - **chash.h** - Unordered **map** and **set** implemented as open hashing without tombstones. Highly customizable and fast. - **carray.h** - Multi-dimensional dynamic **array**, implemented as a single contiguous section of memory. - **clist.h** - A circular singly linked **list**, can be used as a **queue** - supports *pushBack, pushFront, and popFront* in *O*(1). Also contains various *splice* functions and (merge) *sort*. -- cgit v1.2.3