Skip to content

Commit a4326d3

Browse files
authored
Update minimize-the-difference-between-target-and-chosen-elements.py
1 parent a354f3b commit a4326d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimize-the-difference-between-target-and-chosen-elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(t * n^2), t is target
1+
# Time: O(t * m * n), t is target
22
# Space: O(t)
33

44
class Solution(object):

0 commit comments

Comments
 (0)