Thursday, 10 December 2015

Conway's Game of Life - my take on it in Clojure

If the board is represented as a vector of strings, where a string represents a row. E.g

The solution takes the board and returns the it in the next state.

No comments :

Post a Comment