Skip to content

Commit

Permalink
solved @xiaoshuai96
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshuai96 committed May 6, 2020
1 parent c3dff2f commit 493e20a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
4 changes: 3 additions & 1 deletion 0011-maxArea/Article/0011-maxArea.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第11号问题盛水最多的容器

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

**本题选自leetcode的第11题medium级别目前通过率61.3%**

Expand Down
4 changes: 3 additions & 1 deletion 0042-Trap/Article/0042-Trap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第42号问题接雨水

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

**本题选择leetcode中第42题hard级别目前通过率50.8%#**

Expand Down
4 changes: 3 additions & 1 deletion 0058-length-Of-Last-Word/Article/0058-length-Of-Last-Word.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第58号问题最后一个单词的长度

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

**本题选自leetcode第58题easy难度目前通过率33.0%**

Expand Down
4 changes: 3 additions & 1 deletion 0118-Generate/Article/0118-Generate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第118号问题杨辉三角

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

**本题选自leetcode第118题easy级别目前通过率66.4%**
### 题目描述
Expand Down
4 changes: 3 additions & 1 deletion 0234-isPalindrome/Article/0234-isPalindrome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第234号问题回文链表

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

**本题选择leetcode第234题easy难度目前通过率41.5%**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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


```txt
Expand Down
4 changes: 3 additions & 1 deletion 0994-orangesRotting/Article/0994-orangesRotting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## LeetCode第994号问题腐烂的橘子

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

本题在leetcode中题目序号994属于medium级别目前通过率为50.7%

Expand Down
4 changes: 3 additions & 1 deletion 1137-Tribonacci/Article/1137-Tribonacci.md
Original file line number Diff line number Diff line change
@@ -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%**

Expand Down

0 comments on commit 493e20a

Please sign in to comment.