Skip to content

Commit 1e2349a

Browse files
committed
update
1 parent 62b9a54 commit 1e2349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Problem | Solution | Time | Space | Difficul
231231
[Max Points on a Line] | [max-points-on-a-line.py] | _O(n^2)_ | _O(n)_ | Hard |
232232
[Minimum Window Substring] | [minimum-window-substring.py] | _O(n^2)_ | _O(n)_ | Hard |
233233
[Substring with Concatenation of All Words] | [substring-with-concatenation-of-all-words.py] | _O(m * n * k)_ | _O(n * k)_ | Hard |
234-
[Two Sum] | [two-sum.py] | _O(n)_ | _O(n)_ | Hard |
234+
[Two Sum] | [two-sum.py] | _O(n)_ | _O(n)_ | Medium |
235235

236236
[Longest Substring Without Repeating Characters]:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/
237237
[longest-substring-without-repeating-characters.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/longest-substring-without-repeating-characters.py

0 commit comments

Comments
 (0)