Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3c481e

Browse files
更新文章头部
1 parent 0881fb5 commit f3c481e

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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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

Lines changed: 3 additions & 9 deletions
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>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /