|
37 | 37 | [Overview](http://www.cnblogs.com/Raising-Sun/p/5970662.html#3534606)
|
38 | 38 |
|
39 | 39 | ## Array Medium
|
40 | | -| # | Title | Solution | Time | Space | Difficulty | Note| |
41 | | -|-----|-------| -------- | ---- | ------|------------|-----| |
42 | | -|3| [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/#/solutions) | [Python](./array/3.py) | _O(n)_| _O(n)_ | Medium | Hash table| |
43 | | -|463| [Island Perimeter](https://leetcode.com/problems/island-perimeter/#/description) | [Python](./array/463.py) | _O(n^2)_| _O(1)_| Medium | Google| |
| 40 | +| # | Title | Solution | Time | Space | Video| |
| 41 | +|-----|-------| -------- | ---- | -----|-----| |
| 42 | +|3| [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/#/solutions) | [Python](./array/3.py) | _O(n)_| _O(n)_ || |
| 43 | +|463| [Island Perimeter](https://leetcode.com/problems/island-perimeter/#/description) | [Python](./array/463.py) | _O(n^2)_| _O(1)_|| |
44 | 44 |
|
45 | 45 | ## Linked List Easy
|
46 | 46 | | # | Title | Solution | Time | Space | Difficulty |Tag| Note|
|
|
0 commit comments