Arcadia.io Interview Question

Implement Conway's Game of Life with a pairing partner.

Interview Answer

Anonymous

Sep 25, 2017

I implemented this in Go. I decided to implement the grid using a one-dimensional array. I started with a unit test to check my math on the array followed with the implementation. I proceeded to implement the rules and the logic to avoid going out of bounds. My pairing partner with Arcadia was a lot of fun to work with, and I had a really excellent time collaborating.