vault backup: 2024-10-01 14:25:54

This commit is contained in:
2024-10-01 14:25:54 -05:00
parent eac602c9da
commit 6113e339ae

View File

@@ -44,4 +44,5 @@ Notes:
7. Used a `Queue<T>` to do a breadth-first search of neighboring cells. 7. Used a `Queue<T>` to do a breadth-first search of neighboring cells.
8. Talked through logic of revealing 0-neighboring-mine-count cells well 8. Talked through logic of revealing 0-neighboring-mine-count cells well
9. Recognized duplicate logic of calculating neighboring cell coordinates and reused it 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.