From a96c522ba87632b9bed2777e9cf7f9666757012c Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 22 Jun 2020 21:09:29 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0db1cf1..ef3a0b92 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ An elegant, typesafe, generic, customizable, user-friendly, consistent, and very - **cvector.h** - Dynamic generic **vector** class. - **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 O(1) *pushBack, pushFront, and popFront*). Also contains various *splice* functions and (merge) *sorting*. +- **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*. - **coption.h** - Implementation of *getopt_long*-"like" function, *coption_get*, to parse command line arguments. - **crandom.h** - Collection of some efficent modern random number generators *xoroshiro128ss*, *sfc32/64* and Mersenne Twister *mt19937*. It also implements the crypto-strong *siphash* algorithm. -- **cdefs.h** - A very small common include file with som central definitions. +- **cdefs.h** - A small common include file with central definitions. The usage of the containers is similar to the C++ standard containers, so it should be easier for those who are familiar with them. -- cgit v1.2.3