Commit 493e20af authored by xiaoshuai96's avatar xiaoshuai96
Browse files

solved @xiaoshuai96

parent c3dff2f9
## LeetCode第11号问题:盛水最多的容器
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 同步个人博客:https://www.zhangxiaoshuai.fun
> 同步个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode的第11题,medium级别,目前通过率:61.3%**
......
## LeetCode第42号问题:接雨水
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:https://www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选择leetcode中第42题,hard级别,目前通过率50.8%#**
......
## LeetCode第58号问题:最后一个单词的长度
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:https://www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode第58题,easy难度,目前通过率33.0%**
......
## LeetCode第118号问题:杨辉三角
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:https://www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode第118题,easy级别,目前通过率66.4%**
### 题目描述:
......
## 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
......
## LeetCode第994号问题:腐烂的橘子
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 同步个人博客:https://www.zhangxiaoshuai.fun
> 同步个人博客:www.zhangxiaoshuai.fun
本题在leetcode中题目序号994,属于medium级别,目前通过率为50.7%
......
## LeetCode第1137号问题:第N个泰波那契数
> 本文首发于公众号「图解面试算法」,是 [图解 LeetCode ](<https://github.com/MisterBooo/LeetCodeAnimation>) 系列文章之一。
>
> 个人博客:https://www.zhangxiaoshuai.fun
> 个人博客:www.zhangxiaoshuai.fun
**本题选自leetcode中第1137题,easy级别,目前通过率52.4%**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment