diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index 5370f45..2679543 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -22,5 +22,5 @@ Questions: 1. Can you GridSize everywhere to avoid errors? 2. Does each Cell really need to know it's neighbor mine count? Or is that something the board knows about? 3. Instead of a `(Row, Column)` comment, is there another way we could label the values? -4. +4. Is there a way to calculate the coordinates of the surrounding cells without statically constructing a list of offset pairs?