We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd9b2b commit ad3a49bCopy full SHA for ad3a49b
Python/satisfiability-of-equality-equations.py
@@ -38,6 +38,7 @@ def equationsPossible(self, equations):
38
return False
39
return True
40
41
+
42
# Time: O(n)
43
# Space: O(1)
44
class Solution2(object):
0 commit comments