Skip to content

Commit 1c253f4

Browse files
committed
update
1 parent 9dd6873 commit 1c253f4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,13 @@ Problem | Solution | Time | Space | Difficul
153153
Problem | Solution | Time | Space | Difficulty | Notes
154154
--------------- | --------------- | --------------- | --------------- | -------------- | -----
155155
[Longest Substring Without Repeating Characters] | [longest-substring-without-repeating-characters.py] | _O(n)_ | _O(1)_ | Medium |
156+
[Max Points on a Line] | [max-points-on-a-line.py] | _O(n^2)_ | _O(n)_ | hard |
156157

157158

158159
[Longest Substring Without Repeating Characters]:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/
159160
[longest-substring-without-repeating-characters.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/longest-substring-without-repeating-characters.py
161+
[Max Points on a Line]:https://oj.leetcode.com/problems/max-points-on-a-line/
162+
[max-points-on-a-line.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/max-points-on-a-line.py
160163

161164
---
162165

0 commit comments

Comments
 (0)