Skip to content

Commit 1ddf186

Browse files
author
杨世超
committed
更新力扣新域名
1 parent 556b42e commit 1ddf186

File tree

767 files changed

+2985
-2984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

767 files changed

+2985
-2984
lines changed

Assets/Course/Course-Git-01.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
- [算法复杂度](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/02.Algorithm-Complexity.md)
2525
- [LeetCode 入门与攻略](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/00.Introduction/03.LeetCode-Guide.md)
2626
- 第 01 天课程题目列表:
27-
- [0001. 两数之和](https://leetcode-cn.com/problems/two-sum/)
28-
- [1929. 数组串联](https://leetcode-cn.com/problems/concatenation-of-array/)
29-
- [0771. 宝石与石头](https://leetcode-cn.com/problems/jewels-and-stones/)
27+
- [0001. 两数之和](https://leetcode.cn/problems/two-sum/)
28+
- [1929. 数组串联](https://leetcode.cn/problems/concatenation-of-array/)
29+
- [0771. 宝石与石头](https://leetcode.cn/problems/jewels-and-stones/)
3030

3131
---
3232

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

4747
---
@@ -51,27 +51,27 @@
5151
- 第 04 天学习内容:
5252
- [冒泡排序](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)
5353
- 第 04 天课程题目:
54-
- [剑指 Offer 45. 把数组排成最小的数](https://leetcode-cn.com/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof/)
55-
- [0283. 移动零](https://leetcode-cn.com/problems/move-zeroes/)
56-
- [0912. 排序数组](https://leetcode-cn.com/problems/sort-an-array/)
54+
- [剑指 Offer 45. 把数组排成最小的数](https://leetcode.cn/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof/)
55+
- [0283. 移动零](https://leetcode.cn/problems/move-zeroes/)
56+
- [0912. 排序数组](https://leetcode.cn/problems/sort-an-array/)
5757
- 第 05 天学习内容:
5858
- [归并排序](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)
5959
- 第 05 天课程题目:
60-
- [0506. 相对名次](https://leetcode-cn.com/problems/relative-ranks/)
61-
- [面试题 10.01. 合并排序的数组](https://leetcode-cn.com/problems/sorted-merge-lcci/)
62-
- [剑指 Offer 51. 数组中的逆序对](https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/)
60+
- [0506. 相对名次](https://leetcode.cn/problems/relative-ranks/)
61+
- [面试题 10.01. 合并排序的数组](https://leetcode.cn/problems/sorted-merge-lcci/)
62+
- [剑指 Offer 51. 数组中的逆序对](https://leetcode.cn/problems/shu-zu-zhong-de-ni-xu-dui-lcof/)
6363
- 第 06 天学习内容:
6464
- [快速排序](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)
6565
- 第 06 天课程题目:
66-
- [0075. 颜色分类](https://leetcode-cn.com/problems/sort-colors/)
67-
- [0215. 数组中的第K个最大元素](https://leetcode-cn.com/problems/kth-largest-element-in-an-array/)
68-
- [剑指 Offer 40. 最小的k个数](https://leetcode-cn.com/problems/zui-xiao-de-kge-shu-lcof/)
66+
- [0075. 颜色分类](https://leetcode.cn/problems/sort-colors/)
67+
- [0215. 数组中的第K个最大元素](https://leetcode.cn/problems/kth-largest-element-in-an-array/)
68+
- [剑指 Offer 40. 最小的k个数](https://leetcode.cn/problems/zui-xiao-de-kge-shu-lcof/)
6969
- 第 07 天学习内容:
7070
- [计数排序](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)
7171
- 第 07 天课程题目:
72-
- [1122. 数组的相对排序](https://leetcode-cn.com/problems/relative-sort-array/)
73-
- [0908. 最小差值 I](https://leetcode-cn.com/problems/smallest-range-i/)
74-
- [0164. 最大间距](https://leetcode-cn.com/problems/maximum-gap/)
72+
- [1122. 数组的相对排序](https://leetcode.cn/problems/relative-sort-array/)
73+
- [0908. 最小差值 I](https://leetcode.cn/problems/smallest-range-i/)
74+
- [0164. 最大间距](https://leetcode.cn/problems/maximum-gap/)
7575
- [更多排序相关题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/01.Array/02.Array-Sort/10.Array-Sort-List.md)
7676

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

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

0 commit comments

Comments
 (0)