Skip to content

Commit fb3980d

Browse files
committed
EDIT : contains-duplicate Big-O prediction
1 parent a21bc67 commit fb3980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contains-duplicate/heypaprika.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Big-O 예상 : O(n*k)
1+
# Big-O 예상 : O(n)
22
class Solution:
33
def containsDuplicate(self, nums: List[int]) -> bool:
44
num_dict = {}

0 commit comments

Comments
 (0)