diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2013-11-19 02:25:17 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2013-11-19 02:25:17 -0800 |
commit | 220e20e7f218c1472224885f9837faed7a6c8202 (patch) | |
tree | 3e0a8b37ba4465f8b94b070af3bc9686540b6ae3 /doc | |
parent | aeca551f5b9bc5ee3a33690fd445ded97675f0d5 (diff) | |
parent | 0ff1ba0a6da48cf5710f82dbfdbc1654da25598b (diff) | |
download | Nim-220e20e7f218c1472224885f9837faed7a6c8202.tar.gz |
Merge pull request #666 from gradha/pr_links_algorithm_module
Links algorithm module from library index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 1b004aa9d..92a4a7c83 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -64,6 +64,8 @@ Core Collections and algorithms -------------------------- +* `algorithm <algorithm.html>`_ + Implements some common generic algorithms like sort or binary search. * `tables <tables.html>`_ Nimrod hash table support. Contains tables, ordered tables and count tables. * `sets <sets.html>`_ |