mirror of
https://gitee.com/TheAlgorithms/LeetCodeAnimation.git
synced 2024-12-06 15:19:44 +08:00
solved @xiaoshuai96
This commit is contained in:
parent
c3dff2f9b7
commit
493e20af7b
@ -1,6 +1,8 @@
|
||||
## LeetCode第11号问题:盛水最多的容器
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 同步个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 同步个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选自leetcode的第11题,medium级别,目前通过率:61.3%**
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第42号问题:接雨水
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选择leetcode中第42题,hard级别,目前通过率50.8%#**
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第58号问题:最后一个单词的长度
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选自leetcode第58题,easy难度,目前通过率33.0%**
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第118号问题:杨辉三角
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选自leetcode第118题,easy级别,目前通过率66.4%**
|
||||
### 题目描述:
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第234号问题:回文链表
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选择leetcode第234题,easy难度,目前通过率41.5%**
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 同步个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 同步个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
|
||||
```txt
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第994号问题:腐烂的橘子
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 同步个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 同步个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
本题在leetcode中题目序号994,属于medium级别,目前通过率为50.7%
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
## LeetCode第1137号问题:第N个泰波那契数
|
||||
|
||||
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
|
||||
>
|
||||
> 个人博客:https://www.zhangxiaoshuai.fun
|
||||
> 个人博客:www.zhangxiaoshuai.fun
|
||||
|
||||
**本题选自leetcode中第1137题,easy级别,目前通过率52.4%**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user