Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
LeetCodeAnimation
Commits
493e20af
Commit
493e20af
authored
May 06, 2020
by
xiaoshuai96
Browse files
solved @xiaoshuai96
parent
c3dff2f9
Changes
8
Hide whitespace changes
Inline
Side-by-side
0011-maxArea/Article/0011-maxArea.md
View file @
493e20af
## LeetCode第11号问题:盛水最多的容器
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 同步个人博客:
https://
www.zhangxiaoshuai.fun
> 同步个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode的第11题,medium级别,目前通过率:61.3%**
...
...
0042-Trap/Article/0042-Trap.md
View file @
493e20af
## LeetCode第42号问题:接雨水
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:
https://
www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选择leetcode中第42题,hard级别,目前通过率50.8%#**
...
...
0058-length-Of-Last-Word/Article/0058-length-Of-Last-Word.md
View file @
493e20af
## LeetCode第58号问题:最后一个单词的长度
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:
https://
www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode第58题,easy难度,目前通过率33.0%**
...
...
0118-Generate/Article/0118-Generate.md
View file @
493e20af
## LeetCode第118号问题:杨辉三角
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:
https://
www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode第118题,easy级别,目前通过率66.4%**
### 题目描述:
...
...
0234-isPalindrome/Article/0234-isPalindrome.md
View file @
493e20af
## LeetCode第234号问题:回文链表
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:
https://
www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选择leetcode第234题,easy难度,目前通过率41.5%**
...
...
0445-Add-Two-Numbers-II/Article/0445-Add-Two-Numbers-II-02.md
View file @
493e20af
...
...
@@ -2,7 +2,7 @@
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 同步个人博客:
https://
www.zhangxiaoshuai.fun
> 同步个人博客:www.zhangxiaoshuai.fun
```
txt
...
...
0994-orangesRotting/Article/0994-orangesRotting.md
View file @
493e20af
## LeetCode第994号问题:腐烂的橘子
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 同步个人博客:
https://
www.zhangxiaoshuai.fun
> 同步个人博客:www.zhangxiaoshuai.fun
本题在leetcode中题目序号994,属于medium级别,目前通过率为50.7%
...
...
1137-Tribonacci/Article/1137-Tribonacci.md
View file @
493e20af
## LeetCode第1137号问题:第N个泰波那契数
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:
https://
www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode中第1137题,easy级别,目前通过率52.4%**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment