We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9470bca commit 8486ee9Copy full SHA for 8486ee9
1 file changed
Python/best-meeting-point.py
@@ -1,5 +1,5 @@
1
-# Time: O(n)
2
-# Space: O(n)
+# Time: O(m * n)
+# Space: O(m + n)
3
4
from random import randint
5
0 commit comments