tags:

views:

180

answers:

2

Can we represent Conway's game of life using graphs?

And is there any example out there? Or any help would be much appreciated.

+2  A: 

They used to calculate it by hand, so yes - yes you can!

I suspect that's not the answer you want to hear though, can you clarify your question ?

Russ C
+1  A: 

http://igoro.com/archive/self-printing-game-of-life-in-c/

http://www.c-sharpcorner.com/Forums/ShowMessages.aspx?ThreadID=6819

http://forums.asp.net/t/1063384.aspx

FractalizeR
Is there a way we can do it using graphs?
saurabh
cool links - thanks for sharing!
AJ
@saurabh I don't see how graphs can be applied here.
FractalizeR