Skip to content

Commit c239487

Browse files
committed
url replacement
1 parent b58adc5 commit c239487

File tree

221 files changed

+444
-444
lines changed

Some content is hidden

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

221 files changed

+444
-444
lines changed

面试和算法/代码随想录/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<p align="center">
1717
<a href="https://programmercarl.com/xunlian/xunlianying.html" target="_blank">
18-
<img src="./pics/训练营.png" width="800"/>
18+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="800"/>
1919
</a>
2020
</p>
2121

面试和算法/代码随想录/problems/0001.两数之和.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -559,5 +559,5 @@ int* twoSum(int* nums, int numsSize, int target, int* returnSize){
559559

560560
<p align="center">
561561
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
562-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
562+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
563563
</a>

面试和算法/代码随想录/problems/0005.最长回文子串.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -733,6 +733,6 @@ public class Solution {
733733

734734
<p align="center">
735735
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
736-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
736+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
737737
</a>
738738

面试和算法/代码随想录/problems/0015.三数之和.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -982,5 +982,5 @@ object Solution {
982982

983983
<p align="center">
984984
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
985-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
985+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
986986
</a>

面试和算法/代码随想录/problems/0017.电话号码的字母组合.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -768,5 +768,5 @@ public class Solution
768768

769769
<p align="center">
770770
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
771-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
771+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
772772
</a>

面试和算法/代码随想录/problems/0018.四数之和.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -800,6 +800,6 @@ end
800800

801801
<p align="center">
802802
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
803-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
803+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
804804
</a>
805805

面试和算法/代码随想录/problems/0019.删除链表的倒数第N个节点.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -481,5 +481,5 @@ public class Solution {
481481
```
482482
<p align="center">
483483
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
484-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
484+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
485485
</a>

面试和算法/代码随想录/problems/0020.有效的括号.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -576,6 +576,6 @@ impl Solution {
576576

577577
<p align="center">
578578
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
579-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
579+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
580580
</a>
581581

面试和算法/代码随想录/problems/0024.两两交换链表中的节点.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -529,5 +529,5 @@ public ListNode SwapPairs(ListNode head)
529529

530530
<p align="center">
531531
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
532-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
532+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
533533
</a>

面试和算法/代码随想录/problems/0027.移除元素.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
3-
<img src="../pics/训练营.png" width="1000"/>
3+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/训练营.png" width="1000"/>
44
</a>
55
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
66

@@ -521,5 +521,5 @@ int removeElement(List<int> nums, int val) {
521521

522522
<p align="center">
523523
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
524-
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
524+
<img src="https://gitee.com/programmercarl/leetcode-master/raw/master/pics/网站星球宣传海报.jpg" width="1000"/>
525525
</a>

0 commit comments

Comments
 (0)