From: Siraaj Khandkar Date: Thu, 9 Aug 2012 04:09:05 +0000 (-0300) Subject: Added footnote about the array() module. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=005a54940e35f8b764d9286f72c8418f6ccfe537 Added footnote about the array() module. --- diff --git a/README.md b/README.md index 27d5634..652105d 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,7 @@ Summary __Approach:__ Traditional matrix * __ID:__ 003, __Language:__ Erlang, - __Approach:__ Traditional matrix as nested array() + __Approach:__ Traditional matrix as nested [array()] + + +[array()]: http://www.erlang.org/doc/man/array.html "Which is not actually an array, but an integer-keyed tree." \ No newline at end of file