Skip to content

Commit 7eeae2e

Browse files
committed
Update README.md
1 parent e01fa3c commit 7eeae2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is my attempt to make the coding experience easier for you guys so that you
99

1010
# Intuition
1111
<!-- 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.
1313

1414
# Approach
1515
<!-- Describe your approach to solving the problem. -->
@@ -30,7 +30,7 @@ I should utiliz Depth-First Search (DFS) to systematically explore the board, ai
3030
Have a look at the code , still have any confusion then please let me know in the comments
3131
Keep Solving.:)
3232
# Complexity
33-
- Time complexity : $ O(m \times n \times 4^l) $
33+
- Time complexity : $O(m \times n \times 4^l)$
3434
<!-- Add your time complexity here, e.g. $$O(n)$$ -->
3535
$m$ : number of rows
3636
$n$ : number of columns

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy