Links algorithm module from library index.

This commit is contained in:
Grzegorz Adam Hankiewicz
2013-11-08 12:20:45 +01:00
parent 9061b8961e
commit 0ff1ba0a6d

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