Skip to content

Commit 2c4e1c7

Browse files
authored
Update groups-of-strings.cpp
1 parent 707a430 commit 2c4e1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/groups-of-strings.cpp

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

44
// bitmasks, union find
55
class Solution {

0 commit comments

Comments
 (0)