File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is my attempt to make the coding experience easier for you guys so that you
9
9
10
10
# Intuition
11
11
<!-- Describe your first thoughts on how to solve this problem. -->
12
- I should utiliz Depth-First Search (DFS) to systematically explore the board, aiming to find the given word by traversing adjacent cells.
12
+ I should utilize Depth-First Search (DFS) to systematically explore the board, aiming to find the given word by traversing adjacent cells.
13
13
14
14
# Approach
15
15
<!-- Describe your approach to solving the problem. -->
@@ -30,7 +30,7 @@ I should utiliz Depth-First Search (DFS) to systematically explore the board, ai
30
30
Have a look at the code , still have any confusion then please let me know in the comments
31
31
Keep Solving.:)
32
32
# Complexity
33
- - Time complexity : $ O(m \times n \times 4^l) $
33
+ - Time complexity : $O(m \times n \times 4^l)$
34
34
<!-- Add your time complexity here, e.g. $$O(n)$$ -->
35
35
$m$ : number of rows
36
36
$n$ : number of columns
You can’t perform that action at this time.
0 commit comments