Skip to content

Commit 28557c2

Browse files
committed
update stickers-to-spell-word.cpp
1 parent 2a15513 commit 28557c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/stickers-to-spell-word.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Time: O(T * S^T)
2-
// Space: O(S^T + T^2)
2+
// Space: O(T * S^T)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)