Skip to content

Commit dcd3ba0

Browse files
authored
Update synonymous-sentences.py
1 parent 9a9fd00 commit dcd3ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/synonymous-sentences.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Space: O(p*l)
44

55
import collections
6+
import itertools
67

78

89
class UnionFind(object):

0 commit comments

Comments
 (0)