Skip to content

Commit 707a430

Browse files
authored
Update groups-of-strings.cpp
1 parent 096372f commit 707a430

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,7 +1,7 @@
11
// Time: O(26 * n)
22
// Space: O(n)
33

4-
// union find
4+
// bitmasks, union find
55
class Solution {
66
public:
77
vector<int> groupStrings(vector<string>& words) {

0 commit comments

Comments
 (0)