From 2ea9f04681d456e08d08ff11612a8f3acf7942a8 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 23 Nov 2014 22:14:53 +0100 Subject: [PATCH] change readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6776c4a2..06be9f6c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,8 @@ In the module `Containers_advanced`: ### Misc -See [doc](http://cedeela.fr/~simon/software/containers/misc). +See [doc](http://cedeela.fr/~simon/software/containers/misc). This list +is not necessarily up-to-date. - `PHashtbl`, a polymorphic hashtable (with open addressing) - `SplayTree`, a polymorphic splay heap implementation (not quite finished) @@ -132,8 +133,6 @@ access to elements by their index. - `SmallSet`, a sorted list implementation behaving like a set. - `AbsSet`, an abstract Set data structure, a bit like `LazyGraph`. - `Univ`, a universal type encoding with affectation -- `Cache`, a low level memoization cache for unary and binary functions -- `Deque`, an imperative double ended FIFO (double-linked list) - `FlatHashtbl`, a (deprecated) open addressing hashtable with a functorial interface (replaced by PHashtbl) - `UnionFind`, a functorial imperative Union-Find structure.