We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df6e1 commit a949291Copy full SHA for a949291
Python/minimum-cost-to-buy-apples.py
@@ -1,4 +1,4 @@
1
-# Time: O(n * rlogn)
+# Time: O(n * rlogn), r = len(roads)
2
# Space: O(n)
3
4
import itertools
0 commit comments