update readme

This commit is contained in:
Simon Cruanes 2016-11-15 22:04:19 +01:00
parent c7b815509d
commit 0b3e1cea77

View file

@ -195,8 +195,6 @@ Iterators:
=== String
See http://cedeela.fr/~simon/software/containers/Containers_string[doc].
In the module `Containers_string`:
- `Levenshtein`: edition distance between two strings
- `KMP`: Knuth-Morris-Pratt substring algorithm
@ -204,8 +202,6 @@ In the module `Containers_string`:
=== Advanced
See http://cedeela.fr/~simon/software/containers/Containers_advanced[doc].
In the module `Containers_advanced`:
- `CCLinq`, high-level query language over collections
- `CCCat`, a few categorical structures