Tagged Questions
2
votes
1answer
301 views
Implement a Cellular Automaton ? “Rule 110”
I was wondering how to use the Rule 110, with 55 lines and 14 cells. I have to then display that in an LED matrix display.
Anyway my question is, how can I implement such automaton ??
I dont really ...
0
votes
2answers
140 views
how to partition the 2d arrays among the processes for “The Game of Life”
I am doing an assignment using MPI to implement Game of Life. I was wondering if I should use a block-row partitioning, a cyclic row partitioning or a block-checkerboard partitioning?
0
votes
6answers
844 views
Conway's Game Of Life
I am currently writting a programe about Conway's Game of life,and i am really a beginer of python,dont know how to start at all,anybody can help me with it?