Re-aligning record field type declarations.
[cellular-automata.git] / README.md
index 55b70e1..652105d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,4 +15,13 @@ Summary
 -------
 * __ID:__ 001,
   __Language:__ Erlang,
-  __Approach:__ each cell is a gen_server process
+  __Approach:__ Each cell is a gen_server process
+* __ID:__ 002,
+  __Language:__ OCaml,
+  __Approach:__ Traditional matrix
+* __ID:__ 003,
+  __Language:__ Erlang,
+  __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
This page took 0.022534 seconds and 4 git commands to generate.