Merge pull request #666 from gradha/pr_links_algorithm_module

Links algorithm module from library index.
This commit is contained in:
Andreas Rumpf
2013-11-19 02:25:17 -08:00

View File

@@ -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>`_