From 6113e339aec3032a332703393f0268f5d50f74c8 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 1 Oct 2024 14:25:54 -0500 Subject: [PATCH] vault backup: 2024-10-01 14:25:54 --- Work/Edgar Munoz interview.md | 1 + 1 file changed, 1 insertion(+) 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.