tvl-depot/deepmind
William Carroll c2971ee04e Practice matrix traversals
Recently I've been asked a few interview questions that involve reading from or
writing to a grid, matrix, game board, etc. I am not as fast as I'd like to be
at this, so I'm going practice.

Here I'm practicing reading from existing matrices. I should practice writing to
empty boards, reading neigboring cells, wrapping around the board (in the case
of Conway's Game of Life), and other useful practices.
2020-02-08 11:38:29 +00:00
..
part_one Partition deepmind directory into two parts 2020-02-06 16:56:06 +00:00
part_two Practice matrix traversals 2020-02-08 11:38:29 +00:00