Skip to content

Commit b64da12

Browse files
committed
Time: 33 ms (100.00%), Space: 16.5 MB (100.00%) - LeetHub
1 parent cc49a21 commit b64da12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

3062-winner-of-the-linked-list-game/3062-winner-of-the-linked-list-game.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# time complexity: O(n)
2+
# space complexity: O(n)
13
from typing import Optional
24

35

0 commit comments

Comments
 (0)