diff --git a/leetcode-videos/0031-0040/0031-next-permutation.mp4 b/leetcode-videos/0031-0040/0031-next-permutation.mp4 new file mode 100644 index 00000000..e58157a4 Binary files /dev/null and b/leetcode-videos/0031-0040/0031-next-permutation.mp4 differ diff --git a/leetcode-videos/0031-0040/0032-longest-valid-parentheses.mp4 b/leetcode-videos/0031-0040/0032-longest-valid-parentheses.mp4 new file mode 100644 index 00000000..76a7a436 Binary files /dev/null and b/leetcode-videos/0031-0040/0032-longest-valid-parentheses.mp4 differ diff --git a/leetcode-videos/0031-0040/0033-search-in-rotated-sorted-array.mp4 b/leetcode-videos/0031-0040/0033-search-in-rotated-sorted-array.mp4 new file mode 100644 index 00000000..51f97af3 Binary files /dev/null and b/leetcode-videos/0031-0040/0033-search-in-rotated-sorted-array.mp4 differ diff --git a/leetcode-videos/0031-0040/0034-find-first-and-last-position-of-element-in-sorted-array.mp4 b/leetcode-videos/0031-0040/0034-find-first-and-last-position-of-element-in-sorted-array.mp4 new file mode 100644 index 00000000..1a1f522e Binary files /dev/null and b/leetcode-videos/0031-0040/0034-find-first-and-last-position-of-element-in-sorted-array.mp4 differ diff --git a/leetcode-videos/0031-0040/0035-search-insert-position.mp4 b/leetcode-videos/0031-0040/0035-search-insert-position.mp4 new file mode 100644 index 00000000..fd8e858f Binary files /dev/null and b/leetcode-videos/0031-0040/0035-search-insert-position.mp4 differ diff --git a/leetcode-videos/0031-0040/0036-valid-sudoku.mp4 b/leetcode-videos/0031-0040/0036-valid-sudoku.mp4 new file mode 100644 index 00000000..ae7d313b Binary files /dev/null and b/leetcode-videos/0031-0040/0036-valid-sudoku.mp4 differ diff --git a/leetcode-videos/0031-0040/0037-sudoku-solver.mp4 b/leetcode-videos/0031-0040/0037-sudoku-solver.mp4 new file mode 100644 index 00000000..57bd9b7c Binary files /dev/null and b/leetcode-videos/0031-0040/0037-sudoku-solver.mp4 differ diff --git a/leetcode-videos/0031-0040/0038-count-and-say.mp4 b/leetcode-videos/0031-0040/0038-count-and-say.mp4 new file mode 100644 index 00000000..0187aaf0 Binary files /dev/null and b/leetcode-videos/0031-0040/0038-count-and-say.mp4 differ diff --git a/leetcode-videos/0031-0040/0039-combination-sum.mp4 b/leetcode-videos/0031-0040/0039-combination-sum.mp4 new file mode 100644 index 00000000..983da2ba Binary files /dev/null and b/leetcode-videos/0031-0040/0039-combination-sum.mp4 differ diff --git a/leetcode-videos/0031-0040/0040-combination-sum-ii.mp4 b/leetcode-videos/0031-0040/0040-combination-sum-ii.mp4 new file mode 100644 index 00000000..9cab82b1 Binary files /dev/null and b/leetcode-videos/0031-0040/0040-combination-sum-ii.mp4 differ diff --git a/leetcode-videos/0031-0040/README.md b/leetcode-videos/0031-0040/README.md new file mode 100644 index 00000000..af88abfa --- /dev/null +++ b/leetcode-videos/0031-0040/README.md @@ -0,0 +1,12 @@ +# LeetCode 0031-0040 题解视频 + +- 0031. Next Permutation — `0031-next-permutation.mp4` +- 0032. Longest Valid Parentheses — `0032-longest-valid-parentheses.mp4` +- 0033. Search in Rotated Sorted Array — `0033-search-in-rotated-sorted-array.mp4` +- 0034. Find First and Last Position of Element in Sorted Array — `0034-find-first-and-last-position-of-element-in-sorted-array.mp4` +- 0035. Search Insert Position — `0035-search-insert-position.mp4` +- 0036. Valid Sudoku — `0036-valid-sudoku.mp4` +- 0037. Sudoku Solver — `0037-sudoku-solver.mp4` +- 0038. Count and Say — `0038-count-and-say.mp4` +- 0039. Combination Sum — `0039-combination-sum.mp4` +- 0040. Combination Sum II — `0040-combination-sum-ii.mp4`