Difference between revisions of "Game of Life: Links"

From dftwiki3
Jump to: navigation, search
(Created page with "--~~~~ ---- =Game of Life= <br /> This page contains links to various other pages in this wiki dedicated to Conway's Game of Life. Some implementations are in C, some in Java...")
 
(Game of Life)
 
Line 11: Line 11:
 
* [[CSC352 Game of Life Homework 2| CSC352 Game of Life Homework 2]]
 
* [[CSC352 Game of Life Homework 2| CSC352 Game of Life Homework 2]]
 
* [[CSC352 Game of Life in Java, N Threads| CSC352 Game of Life in Java, N Threads]]
 
* [[CSC352 Game of Life in Java, N Threads| CSC352 Game of Life in Java, N Threads]]
 +
* [[CSC352 Game of Life in Map-Reduce| CSC352 Game of Life in Map-Reduce]]
 
* [[CSC231 Homework 8 2010| CSC231 Homework 8 2010]]
 
* [[CSC231 Homework 8 2010| CSC231 Homework 8 2010]]
 
* [[CSC231 Homework 8 Solution Program 2010 | CSC231 Homework 8 Solution Program 2010 ]]
 
* [[CSC231 Homework 8 Solution Program 2010 | CSC231 Homework 8 Solution Program 2010 ]]

Latest revision as of 15:45, 2 April 2017

--D. Thiebaut (talk) 10:21, 26 March 2017 (EDT)


Game of Life


This page contains links to various other pages in this wiki dedicated to Conway's Game of Life. Some implementations are in C, some in Java, some serial, some threaded, and some in MPI.