Skip to content

Commit af8f483

Browse files
committed
file name change
1 parent 142dbf2 commit af8f483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contains-duplicate/Jiun-Shin.py renamed to contains-duplicate/jiunshinn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 시간 복잡도 : o(n) for loop
2-
# 공간 복잡도 o(1) hash map
2+
# 공간 복잡도 o(1) hash map
3+
34

45
class Solution:
56
def containsDuplicate(self, nums: List[int]) -> bool:

0 commit comments

Comments
 (0)