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 746fb8d commit d3098b5Copy full SHA for d3098b5
word-search/heozeop.cpp
@@ -1,4 +1,4 @@
1
-// time complexity: O(n * m * 3 ^ L), L은 최대 깊이
+// time complexity: O(n * m * 3 ^ L), L은 최대 깊이(문자열 길이)
2
// spatial complexity: O((n * m ) ^ 2)
3
4
class Solution {
0 commit comments