Skip to content

Commit d3098b5

Browse files
authored
heozeop: word search fix time complexity
1 parent 746fb8d commit d3098b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-search/heozeop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// time complexity: O(n * m * 3 ^ L), L은 최대 깊이
1+
// time complexity: O(n * m * 3 ^ L), L은 최대 깊이(문자열 길이)
22
// spatial complexity: O((n * m ) ^ 2)
33

44
class Solution {

0 commit comments

Comments
 (0)