8000 put video link back in the middle · fhuang3311/Leetcode-1@00d4765 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00d4765

Browse files
put video link back in the middle
1 parent 3fdcb2a commit 00d4765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Your ideas/fixes/algorithms are more than welcome!
2020

2121
## Algorithms
2222

23-
| # | Title | Solutions | Time | Space | Difficulty | Tag | Video
24-
|-----|----------------|---------------|---------------|---------------|-------------|-------------|---------
23+
| # | Title | Solutions | Time | Space | Video | Difficulty | Tag
24+
|-----|----------------|---------------|---------------|---------------|--------|-------------|-------------
2525
|750|[Number Of Corner Rectangles](https://leetcode.com/problems/number-of-corner-rectangles/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_750.java) | O((m*n)^2) | O(1) | Medium|
2626
|748|[Shortest Completing Word](https://leetcode.com/problems/shortest-completing-word/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_748.java) | O(n) | O(1) | Easy|
2727
|746|[Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_746.java) | O(n) | O(1) | Easy|
@@ -670,7 +670,7 @@ Your ideas/fixes/algorithms are more than welcome!
670670
|4|[Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_4.java) | ? | ? | Hard | Divide and Conquer
671671
|3|[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_3.java) | O(n) | O(k) | Medium | HashMap, Sliding Window
672672
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_2.java) | O(max(m,n)) | O(1) | Medium | LinkedList
673-
|1|[Two Sum](https://leetcode.com/problems/two-sum/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1.java)| O(n)| O(n) |Easy| HashMap | [:tv:](https://www.youtube.com/watch?v=kPXOr6pW8KM&t=)
673+
|1|[Two Sum](https://leetcode.com/problems/two-sum/)|[Solution](../master/src/main/java/com/fishercoder/solutions/_1.java)| O(n)| O(n) |[:tv:](https://www.youtube.com/watch?v=kPXOr6pW8KM&t=)|Easy| HashMap |
674674

675675
## Database
676676

0 commit comments

Comments
 (0)
0