diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index 0f5e7c1..0da3048 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -44,4 +44,5 @@ Notes: 7. Used a `Queue` to do a breadth-first search of neighboring cells. 8. Talked through logic of revealing 0-neighboring-mine-count cells well 9. Recognized duplicate logic of calculating neighboring cell coordinates and reused it +10. Decided to have property to keep track of number of revealed cells instead of recalculating number each time the user plays.