Difference between revisions of "Game of Life: Links"
(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.
- CSC352 Game of Life Lab 2017
- CSC352 Game of Life Homework 1
- CSC352 Game of Life, 2 Threads
- CSC352 Game of Life Homework 2
- CSC352 Game of Life in Java, N Threads
- CSC352 Game of Life in Map-Reduce
- CSC231 Homework 8 2010
- CSC231 Homework 8 Solution Program 2010