Skip to content

Commit ad3a49b

Browse files
authored
Update satisfiability-of-equality-equations.py
1 parent afd9b2b commit ad3a49b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/satisfiability-of-equality-equations.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def equationsPossible(self, equations):
3838
return False
3939
return True
4040

41+
4142
# Time: O(n)
4243
# Space: O(1)
4344
class Solution2(object):

0 commit comments

Comments
 (0)