My Blog List

[Leetcode Solution] Word Search

Analysis

  • Iterate each node in the matrix to do the DFS and find if the word exist

Note

Code


1 comment:

Enter you comment