Skip to content

Commit a949291

Browse files
authored
Update minimum-cost-to-buy-apples.py
1 parent 79df6e1 commit a949291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-cost-to-buy-apples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n * rlogn)
1+
# Time: O(n * rlogn), r = len(roads)
22
# Space: O(n)
33

44
import itertools

0 commit comments

Comments
 (0)