Skip to content

Commit 096372f

Browse files
authored
Update groups-of-strings.py
1 parent b5bca1d commit 096372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/groups-of-strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def union_set(self, x, y):
3131
return True
3232

3333

34-
# union find
34+
# bitmasks, union find
3535
class Solution(object):
3636
def groupStrings(self, words):
3737
"""

0 commit comments

Comments
 (0)