Skip to content

Commit e00b5c6

Browse files
committed
update offer
1 parent 75a0f71 commit e00b5c6

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
1-
## Leetcode Python3 solutions
2-
3-
**目前,网站端更新更全!**
4-
**Currently, the website is updated and more complete!**
5-
6-
[LeetCode 题解及思路](https://matnoble.me/tags/%E7%BC%96%E7%A8%8B%E5%88%B7%E9%A2%98/)
7-
8-
<hr size="5" width="500" color="#FF0000" />
9-
10-
![png](https://img.shields.io/badge/language-Python%203-brightgreen.svg)
11-
12-
This is my personal repo while learning algorithms. The contents in this repo are largely attributed to [Turing Planet](https://turingplanet.org/), and their youtube channel is [<img src="https://yt3.ggpht.com/ytc/AAUvwnhzp5Oo4li1An6Xh82AL3j2DKpU2FnkcmG0Rq2lJw=s0" width = 15>](https://www.youtube.com/channel/UCaShCEomtBrCb-B0NRrGqzg).
13-
14-
1. [Python Basic](https://github.com/MatNoble/leetcode/issues/1)
15-
2. [Data Sturctures and Algorithms](https://github.com/MatNoble/leetcode/issues/2)
16-
3. [Sorting Algorithms](https://colab.research.google.com/drive/17JVPeq6Quhgsq_Rd8X7pF643Yoh8stV6?usp=sharing)
17-
4. [Problem-solving cheats](https://github.com/MatNoble/leetcode/issues/3)
18-
---
19-
5. [剑指 Offer 题解](https://matnoble.me/dsa/codinginterviews/)
20-
6. [Leetcode 题解](https://matnoble.me/tags/leetcode%E9%A2%98%E8%A7%A3/)
1+
## Leetcode Python3 solutions
2+
> ![png](https://img.shields.io/badge/language-Python%203-brightgreen.svg)
213
4+
- [剑指 Offer](./剑指offer/README.md)
5+
- [LeetCode 题解及思路](https://matnoble.me/tags/%E7%BC%96%E7%A8%8B%E5%88%B7%E9%A2%98/)
226

237
---
248
### Tips

剑指offer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
### 数组、字符串
1010

11-
<img src="https://cdn.jsdelivr.net/gh/MatNoble/Images/20210327102030.png" title="数组、字符串" width=500/>
11+
<img src="https://cdn.jsdelivr.net/gh/MatNoble/Images/20210327102030.png" title="数组、字符串" width=600/>
1212

1313
- [剑指 Offer 03. 数组中重复的数字](./offer03.ipynb)

0 commit comments

Comments
 (0)