Skip to content

Commit 8486ee9

Browse files
committed
Update best-meeting-point.py
1 parent 9470bca commit 8486ee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/best-meeting-point.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(n)
2-
# Space: O(n)
1+
# Time: O(m * n)
2+
# Space: O(m + n)
33

44
from random import randint
55

0 commit comments

Comments
 (0)