Skip to content

Commit ea42f0c

Browse files
authored
Merge pull request MisterBooo#82 from xiaoshuai96/master
solved @xiaoshuai96
2 parents 29df7e5 + 493e20a commit ea42f0c

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-8
lines changed

0011-maxArea/Article/0011-maxArea.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第11号问题:盛水最多的容器
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 同步个人博客:https://www.zhangxiaoshuai.fun
5+
> 同步个人博客:www.zhangxiaoshuai.fun
46
57
**本题选自leetcode的第11题,medium级别,目前通过率:61.3%**
68

0042-Trap/Article/0042-Trap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第42号问题:接雨水
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 个人博客:https://www.zhangxiaoshuai.fun
5+
> 个人博客:www.zhangxiaoshuai.fun
46
57
**本题选择leetcode中第42题,hard级别,目前通过率50.8%#**
68

0058-length-Of-Last-Word/Article/0058-length-Of-Last-Word.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第58号问题:最后一个单词的长度
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 个人博客:https://www.zhangxiaoshuai.fun
5+
> 个人博客:www.zhangxiaoshuai.fun
46
57
**本题选自leetcode第58题,easy难度,目前通过率33.0%**
68

0118-Generate/Article/0118-Generate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第118号问题:杨辉三角
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 个人博客:https://www.zhangxiaoshuai.fun
5+
> 个人博客:www.zhangxiaoshuai.fun
46
57
**本题选自leetcode第118题,easy级别,目前通过率66.4%**
68
### 题目描述:

0234-isPalindrome/Article/0234-isPalindrome.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第234号问题:回文链表
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 个人博客:https://www.zhangxiaoshuai.fun
5+
> 个人博客:www.zhangxiaoshuai.fun
46
57
**本题选择leetcode第234题,easy难度,目前通过率41.5%**
68

0445-Add-Two-Numbers-II/Article/0445-Add-Two-Numbers-II-02.md

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

33
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
44
>
5-
> 同步个人博客:https://www.zhangxiaoshuai.fun
5+
> 同步个人博客:www.zhangxiaoshuai.fun
66
77

88
```txt

0994-orangesRotting/Article/0994-orangesRotting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第994号问题:腐烂的橘子
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 同步个人博客:https://www.zhangxiaoshuai.fun
5+
> 同步个人博客:www.zhangxiaoshuai.fun
46
57
本题在leetcode中题目序号994,属于medium级别,目前通过率为50.7%
68

1137-Tribonacci/Article/1137-Tribonacci.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
## LeetCode第1137号问题:第N个泰波那契数
2+
13
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
24
>
3-
> 个人博客:https://www.zhangxiaoshuai.fun
5+
> 个人博客:www.zhangxiaoshuai.fun
46
57
**本题选自leetcode中第1137题,easy级别,目前通过率52.4%**
68

0 commit comments

Comments
 (0)