File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ Problem | Solution | Time | Space | Difficul
231
231
[ Max Points on a Line] | [ max-points-on-a-line.py] | _ O(n^2)_ | _ O(n)_ | Hard |
232
232
[ Minimum Window Substring] | [ minimum-window-substring.py] | _ O(n^2)_ | _ O(n)_ | Hard |
233
233
[ 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 |
235
235
236
236
[ Longest Substring Without Repeating Characters ] :https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/
237
237
[ longest-substring-without-repeating-characters.py ] :https://github.com/kamyu104/LeetCode/blob/master/Python/longest-substring-without-repeating-characters.py
You can’t perform that action at this time.
0 commit comments