Skip to content

Commit 24a3ddf

Browse files
更新文章头部
1 parent d0bd2dc commit 24a3ddf

File tree

224 files changed

+681
-1980
lines changed

Some content is hidden

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

224 files changed

+681
-1980
lines changed

problems/0001.两数之和.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 1. 两数之和
@@ -557,7 +555,3 @@ int* twoSum(int* nums, int numsSize, int target, int* returnSize){
557555
}
558556
```
559557

560-
<p align="center">
561-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
562-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
563-
</a>

problems/0005.最长回文子串.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -731,8 +729,4 @@ public class Solution {
731729
```
732730

733731

734-
<p align="center">
735-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
736-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
737-
</a>
738732

problems/0015.三数之和.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -980,7 +978,3 @@ object Solution {
980978
}
981979
```
982980

983-
<p align="center">
984-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
985-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
986-
</a>

problems/0017.电话号码的字母组合.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 17.电话号码的字母组合
@@ -766,7 +764,3 @@ public class Solution
766764
```
767765

768766

769-
<p align="center">
770-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
771-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
772-
</a>

problems/0018.四数之和.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
> 一样的道理,能解决四数之和
@@ -798,8 +796,4 @@ def four_sum(nums, target)
798796
end
799797
```
800798

801-
<p align="center">
802-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
803-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
804-
</a>
805799

problems/0019.删除链表的倒数第N个节点.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -479,7 +477,3 @@ public class Solution {
479477
}
480478
}
481479
```
482-
<p align="center">
483-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
484-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
485-
</a>

problems/0020.有效的括号.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -574,8 +572,4 @@ impl Solution {
574572
}
575573
```
576574

577-
<p align="center">
578-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
579-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
580-
</a>
581575

problems/0024.两两交换链表中的节点.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 24. 两两交换链表中的节点
@@ -527,7 +525,3 @@ public ListNode SwapPairs(ListNode head)
527525
}
528526
```
529527

530-
<p align="center">
531-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
532-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
533-
</a>

problems/0027.移除元素.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 27. 移除元素
@@ -519,7 +517,3 @@ int removeElement(List<int> nums, int val) {
519517
520518
```
521519

522-
<p align="center">
523-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
524-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
525-
</a>

problems/0028.实现strStr.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
> 在一个串中查找是否出现过另一个串,这是KMP的看家本领。
@@ -1520,7 +1518,3 @@ int strStr(char* haystack, char* needle) {
15201518
}
15211519
```
15221520
1523-
<p align="center">
1524-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
1525-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
1526-
</a>

problems/0031.下一个排列.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -269,7 +267,3 @@ var nextPermutation = function(nums) {
269267

270268

271269

272-
<p align="center">
273-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
274-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
275-
</a>

problems/0034.在排序数组中查找元素的第一个和最后一个位置.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 34. 在排序数组中查找元素的第一个和最后一个位置
@@ -855,7 +853,3 @@ int* searchRange(int* nums, int numsSize, int target, int* returnSize){
855853
```
856854
857855
858-
<p align="center">
859-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
860-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
861-
</a>

problems/0035.搜索插入位置.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -549,7 +547,3 @@ int searchInsert(int* nums, int numsSize, int target){
549547
```
550548

551549

552-
<p align="center">
553-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
554-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
555-
</a>

problems/0037.解数独.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -893,7 +891,3 @@ public class Solution
893891
```
894892

895893

896-
<p align="center">
897-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
898-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
899-
</a>

problems/0039.组合总和.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -661,7 +659,3 @@ public class Solution
661659

662660

663661

664-
<p align="center">
665-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
666-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
667-
</a>

problems/0040.组合总和II.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
> 这篇可以说是全网把组合问题如何去重,讲的最清晰的了!
@@ -807,7 +805,3 @@ public class Solution
807805
}
808806
```
809807

810-
<p align="center">
811-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
812-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
813-
</a>

problems/0042.接雨水.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86

@@ -1095,7 +1093,3 @@ impl Solution {
10951093
}
10961094
```
10971095

1098-
<p align="center">
1099-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
1100-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
1101-
</a>

problems/0045.跳跃游戏II.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75
> 相对于[贪心算法:跳跃游戏](https://mp.weixin.qq.com/s/606_N9j8ACKCODoCbV1lSA)难了不少,做好心理准备!
86
@@ -542,7 +540,3 @@ public class Solution
542540
```
543541

544542

545-
<p align="center">
546-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
547-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
548-
</a>

problems/0046.全排列.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<p align="center">
2-
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
4-
</a>
5-
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
1+
* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)
2+
* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)
3+
* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)
64

75

86
# 46.全排列
@@ -521,8 +519,4 @@ public class Solution
521519
```
522520

523521

524-
<p align="center">
525-
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
526-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
527-
</a>
528522

0 commit comments

Comments
 (0)