Skip to content

Commit 4c12a35

Browse files
authored
Update evaluate-division.py
1 parent d7b4649 commit 4c12a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/evaluate-division.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(e + q * e)
1+
# Time: O(e + q * |V|!), |V| is the number of variables
22
# Space: O(e)
33

44
# Equations are given in the format A / B = k,

0 commit comments

Comments
 (0)