Skip to content

Commit d8ff295

Browse files
committed
Update README.md
1 parent 4d15a01 commit d8ff295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Shell
287287
##Binary Search Tree
288288
# | Problem | Solution | Time | Space | Difficulty | Tag | Note
289289
-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------| -----
290-
220| [Contains Duplicate III](https://leetcode.com/problems/contains-duplicate-iii/) | [C++](./C++/contains-duplicate-iii.cpp) | _O(nlogk)_ | _O(k)_ | medium ||
290+
220| [Contains Duplicate III](https://leetcode.com/problems/contains-duplicate-iii/) | [C++](./C++/contains-duplicate-iii.cpp) [Python](./Python/contains-duplicate-iii.py) | _O(nlogk)_ | _O(k)_ | medium ||
291291

292292
---
293293

0 commit comments

Comments
 (0)