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 2a15513 commit 28557c2Copy full SHA for 28557c2
C++/stickers-to-spell-word.cpp
@@ -1,5 +1,5 @@
1
// Time: O(T * S^T)
2
-// Space: O(S^T + T^2)
+// Space: O(T * S^T)
3
4
class Solution {
5
public:
0 commit comments