We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01a866 commit 64bd848Copy full SHA for 64bd848
src/main/java/com/fishercoder/solutions/_130.java
@@ -29,7 +29,7 @@ public static class Solution1 {
29
30
/**
31
* I won't call this problem hard, it's just confusing, you'll definitely want to clarify what
32
- * the problem means before coding. This problem eactually means: any grid that is 'O' but on
+ * the problem means before coding. This problem actually means: any grid that is 'O' but on
33
* the four edges, will never be marked to 'X'; furthermore, any grid that is 'O' and that is
34
* connected with the above type of 'O' will never be marked to 'X' as well; only all other
35
* nodes that has any one direct neighbor that is an 'X' will be marked to 'X'.
0 commit comments