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 dd2fe2d commit 2e101eeCopy full SHA for 2e101ee
src/main/java/g0001_0100/s0079_word_search/Solution.java
@@ -5,7 +5,7 @@
5
// #2024_11_11_Time_64_ms_(98.51%)_Space_41.6_MB_(51.63%)
6
7
public class Solution {
8
- public boolean exists = false;
+ private boolean exists = false;
9
10
public boolean exist(char[][] board, String word) {
11
for (int i = 0; i < board.length; i++) {
0 commit comments