Saturday, October 3, 2015

LeetCode [289] Game of Life

Note: state 1->3 if this cell will die in next step
          state 0->2 if this cell will live in next step
Ref
[1] https://leetcode.com/problems/game-of-life/

No comments:

Post a Comment