From 0ff1ba0a6da48cf5710f82dbfdbc1654da25598b Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Fri, 8 Nov 2013 12:20:45 +0100 Subject: [PATCH] Links algorithm module from library index. --- doc/lib.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lib.txt b/doc/lib.txt index 1b004aa9d1..92a4a7c83c 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -64,6 +64,8 @@ Core Collections and algorithms -------------------------- +* `algorithm `_ + Implements some common generic algorithms like sort or binary search. * `tables `_ Nimrod hash table support. Contains tables, ordered tables and count tables. * `sets `_