We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b4649 commit 4c12a35Copy full SHA for 4c12a35
Python/evaluate-division.py
@@ -1,4 +1,4 @@
1
-# Time: O(e + q * e)
+# Time: O(e + q * |V|!), |V| is the number of variables
2
# Space: O(e)
3
4
# Equations are given in the format A / B = k,
0 commit comments