Skip to content

Commit

Permalink
更新力扣新域名
Browse files Browse the repository at this point in the history
  • Loading branch information
杨世超 committed May 18, 2022
1 parent 556b42e commit 1ddf186
Show file tree
Hide file tree
Showing 767 changed files with 2,985 additions and 2,984 deletions.
78 changes: 39 additions & 39 deletions Assets/Course/Course-Git-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
- [算法复杂度](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/02.Algorithm-Complexity.md)
- [LeetCode 入门与攻略](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/03.LeetCode-Guide.md)
- 第 01 天课程题目列表:
- [0001. 两数之和](https://leetcode-cn.com/problems/two-sum/)
- [1929. 数组串联](https://leetcode-cn.com/problems/concatenation-of-array/)
- [0771. 宝石与石头](https://leetcode-cn.com/problems/jewels-and-stones/)
- [0001. 两数之和](https://leetcode.cn/problems/two-sum/)
- [1929. 数组串联](https://leetcode.cn/problems/concatenation-of-array/)
- [0771. 宝石与石头](https://leetcode.cn/problems/jewels-and-stones/)

---

Expand All @@ -35,13 +35,13 @@
- 第 02 ~ 03 天学习内容:
- [数组基础知识](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/01.Array-Basic/01.Array-Basic.md)
- 第 02 天课程题目:
- [0066. 加一](https://leetcode-cn.com/problems/plus-one/)
- [0724. 寻找数组的中心下标](https://leetcode-cn.com/problems/find-pivot-index/)
- [0189. 旋转数组](https://leetcode-cn.com/problems/rotate-array/)
- [0066. 加一](https://leetcode.cn/problems/plus-one/)
- [0724. 寻找数组的中心下标](https://leetcode.cn/problems/find-pivot-index/)
- [0189. 旋转数组](https://leetcode.cn/problems/rotate-array/)
- 第 03 天课程题目:
- [0048. 旋转图像](https://leetcode-cn.com/problems/rotate-image/)
- [0054. 螺旋矩阵](https://leetcode-cn.com/problems/spiral-matrix/)
- [0498. 对角线遍历](https://leetcode-cn.com/problems/diagonal-traverse/)
- [0048. 旋转图像](https://leetcode.cn/problems/rotate-image/)
- [0054. 螺旋矩阵](https://leetcode.cn/problems/spiral-matrix/)
- [0498. 对角线遍历](https://leetcode.cn/problems/diagonal-traverse/)
- [更多数组基础题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/01.Array-Basic/10.Array-Basic-List.md)

---
Expand All @@ -51,27 +51,27 @@
- 第 04 天学习内容:
- [冒泡排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/01.Array-Bubble-Sort.md)[选择排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/02.Array-Selection-Sort.md)[插入排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/03.Array-Insertion-Sort.md)
- 第 04 天课程题目:
- [剑指 Offer 45. 把数组排成最小的数](https://leetcode-cn.com/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof/)
- [0283. 移动零](https://leetcode-cn.com/problems/move-zeroes/)
- [0912. 排序数组](https://leetcode-cn.com/problems/sort-an-array/)
- [剑指 Offer 45. 把数组排成最小的数](https://leetcode.cn/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof/)
- [0283. 移动零](https://leetcode.cn/problems/move-zeroes/)
- [0912. 排序数组](https://leetcode.cn/problems/sort-an-array/)
- 第 05 天学习内容:
- [归并排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/05.Array-Merge-Sort.md)[希尔排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/04.Array-Shell-Sort.md)
- 第 05 天课程题目:
- [0506. 相对名次](https://leetcode-cn.com/problems/relative-ranks/)
- [面试题 10.01. 合并排序的数组](https://leetcode-cn.com/problems/sorted-merge-lcci/)
- [剑指 Offer 51. 数组中的逆序对](https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/)
- [0506. 相对名次](https://leetcode.cn/problems/relative-ranks/)
- [面试题 10.01. 合并排序的数组](https://leetcode.cn/problems/sorted-merge-lcci/)
- [剑指 Offer 51. 数组中的逆序对](https://leetcode.cn/problems/shu-zu-zhong-de-ni-xu-dui-lcof/)
- 第 06 天学习内容:
- [快速排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/06.Array-Quick-Sort.md)[堆排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/07.Array-Heap-Sort.md)
- 第 06 天课程题目:
- [0075. 颜色分类](https://leetcode-cn.com/problems/sort-colors/)
- [0215. 数组中的第K个最大元素](https://leetcode-cn.com/problems/kth-largest-element-in-an-array/)
- [剑指 Offer 40. 最小的k个数](https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof/)
- [0075. 颜色分类](https://leetcode.cn/problems/sort-colors/)
- [0215. 数组中的第K个最大元素](https://leetcode.cn/problems/kth-largest-element-in-an-array/)
- [剑指 Offer 40. 最小的k个数](https://leetcode.cn/problems/zui-xiao-de-kge-shu-lcof/)
- 第 07 天学习内容:
- [计数排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/08.Array-Counting-Sort.md)[桶排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/09.Array-Bucket-Sort.md)[基数排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/10.Array-Radix-Sort.md)
- 第 07 天课程题目:
- [1122. 数组的相对排序](https://leetcode-cn.com/problems/relative-sort-array/)
- [0908. 最小差值 I](https://leetcode-cn.com/problems/smallest-range-i/)
- [0164. 最大间距](https://leetcode-cn.com/problems/maximum-gap/)
- [1122. 数组的相对排序](https://leetcode.cn/problems/relative-sort-array/)
- [0908. 最小差值 I](https://leetcode.cn/problems/smallest-range-i/)
- [0164. 最大间距](https://leetcode.cn/problems/maximum-gap/)
- [更多排序相关题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/10.Array-Sort-List.md)

---
Expand All @@ -81,17 +81,17 @@
- 第 08 ~ 10 天学习内容:
- [二分查找知识](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/03.Array-Binary-Search/01.Array-Binary-Search.md)
- 第 08 天课程题目:
- [0704. 二分查找](https://leetcode-cn.com/problems/binary-search/)
- [0035. 搜索插入位置](https://leetcode-cn.com/problems/search-insert-position/)
- [0374. 猜数字大小](https://leetcode-cn.com/problems/guess-number-higher-or-lower/)
- [0704. 二分查找](https://leetcode.cn/problems/binary-search/)
- [0035. 搜索插入位置](https://leetcode.cn/problems/search-insert-position/)
- [0374. 猜数字大小](https://leetcode.cn/problems/guess-number-higher-or-lower/)
- 第 09 天课程题目:
- [0069. Sqrt(x)](https://leetcode-cn.com/problems/sqrtx/)
- [0167. 两数之和 II - 输入有序数组](https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/)
- [1011. 在 D 天内送达包裹的能力](https://leetcode-cn.com/problems/capacity-to-ship-packages-within-d-days/)
- [0069. Sqrt(x)](https://leetcode.cn/problems/sqrtx/)
- [0167. 两数之和 II - 输入有序数组](https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/)
- [1011. 在 D 天内送达包裹的能力](https://leetcode.cn/problems/capacity-to-ship-packages-within-d-days/)
- 第 10 天课程题目:
- [0278. 第一个错误的版本](https://leetcode-cn.com/problems/first-bad-version/)
- [0033. 搜索旋转排序数组](https://leetcode-cn.com/problems/search-in-rotated-sorted-array/)
- [0153. 寻找旋转排序数组中的最小值](https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array/)
- [0278. 第一个错误的版本](https://leetcode.cn/problems/first-bad-version/)
- [0033. 搜索旋转排序数组](https://leetcode.cn/problems/search-in-rotated-sorted-array/)
- [0153. 寻找旋转排序数组中的最小值](https://leetcode.cn/problems/find-minimum-in-rotated-sorted-array/)
- [更多二分查找题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/03.Array-Binary-Search/10.Array-Binary-Search-List.md)

---
Expand All @@ -101,18 +101,18 @@
- 第 11 ~ 12 天学习内容:
- [双指针基础知识](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/04.Array-Two-Pointers/01.Array-Two-Pointers.md)
- 第 11 天课程题目:
- [0344. 反转字符串](https://leetcode-cn.com/problems/reverse-string/)
- [0015. 三数之和](https://leetcode-cn.com/problems/3sum/)
- [0080. 删除有序数组中的重复项 II](https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array-ii/)
- [0344. 反转字符串](https://leetcode.cn/problems/reverse-string/)
- [0015. 三数之和](https://leetcode.cn/problems/3sum/)
- [0080. 删除有序数组中的重复项 II](https://leetcode.cn/problems/remove-duplicates-from-sorted-array-ii/)
- 第 12 天课程题目:
- [0283. 移动零](https://leetcode-cn.com/problems/move-zeroes/)
- [0075. 颜色分类](https://leetcode-cn.com/problems/sort-colors/)
- [0088. 合并两个有序数组](https://leetcode-cn.com/problems/merge-sorted-array/)
- [0283. 移动零](https://leetcode.cn/problems/move-zeroes/)
- [0075. 颜色分类](https://leetcode.cn/problems/sort-colors/)
- [0088. 合并两个有序数组](https://leetcode.cn/problems/merge-sorted-array/)
- [更多双指针题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/04.Array-Two-Pointers/10.Array-Two-Pointers-List.md)
- 第 13 天学习内容:
- [滑动窗口基础知识](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/05.Array-Sliding-Window/01.Array-Sliding-Window.md)
- 第 13 天课程题目:
- [0674. 最长连续递增序列](https://leetcode-cn.com/problems/longest-continuous-increasing-subsequence/)
- [1004. 最大连续1的个数 III](https://leetcode-cn.com/problems/max-consecutive-ones-iii/)
- [0220. 存在重复元素 III](https://leetcode-cn.com/problems/contains-duplicate-iii/)
- [0674. 最长连续递增序列](https://leetcode.cn/problems/longest-continuous-increasing-subsequence/)
- [1004. 最大连续1的个数 III](https://leetcode.cn/problems/max-consecutive-ones-iii/)
- [0220. 存在重复元素 III](https://leetcode.cn/problems/contains-duplicate-iii/)
- [更多滑动窗口题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/05.Array-Sliding-Window/10.Array-Sliding-Window-List.md)
Loading

0 comments on commit 1ddf186

Please sign in to comment.