File tree Expand file tree Collapse file tree 7 files changed +19
-21
lines changed Expand file tree Collapse file tree 7 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 4
4
</a >
5
5
</div >
6
6
<h1 align =" center " >LeetCode Drawing</h1 >
7
- <p >LeetCode上第二多的精选题解,神奇的画解算法</p >
8
7
9
8
---
10
9
11
10
## 简介
12
11
12
+ - LeetCode第二多的官方认证精选题解,通过手写演算和绘画让算法更易理解。
13
13
- 文章首发于微信公众号「[ 牧码啦] ( https://i.loli.net/2019/05/20/5ce23b33cc01d73486.gif ) 」,您可以关注后获取文章更新。
14
14
- 每日更新一题,欢迎关注后加入天天算法群,一起打卡学算法。
15
15
- 文章发布公众号后,会同步更新[ 力扣] ( https://leetcode-cn.com/ ) 和本项目的[ 在线阅读] ( https://guanpengchn.github.io/LeetCodeDrawing/ )
18
18
19
19
### 2019.05
20
20
21
- ## 2019.05
22
-
23
21
| 周日| 周一| 周二| 周三| 周四| 周五| 周六|
24
22
| :-:| :-:| :-:| :-:| :-:| :-:| :-:|
25
23
|||||| [ 884] ( https://mp.weixin.qq.com/s/VOXoMQg57gdUmwo4553Uag ) | [ 216] ( https://mp.weixin.qq.com/s/XDpewlE0OUE1DYYE-XdoEg ) |
26
- [ 112] ( https://mp.weixin.qq.com/s/_NdAjbWlYDV7z7LvMpuyDA ) |[ 938] ( https://mp.weixin.qq.com/s/ni6l_a1QMCi2sKuZDNoe4Q ) |[ 96] ( https://mp.weixin.qq.com/s/DEdiaun-RVwRj-9zx9brjw ) |[ 101] ( https://mp.weixin.qq.com/s/9xiQ8KmTLk_gxf7lsie9dA ) |[ 162] ( https://mp.weixin.qq.com/s/5HQ5zVPYdUAE4eVJBFKIoQ ) |[ 674] ( https://mp.weixin.qq.com/s/jSUM4rmYXatKfrjACEdwvw ) |
27
- | [ 704] ( https://mp.weixin.qq.com/s/mnfLuH1nU8ghShgOhw-KBg ) | [ 77] ( https://mp.weixin.qq.com/s/VOV5wMsfrLW21ZkqXSfeeA ) ||| [ 520 ] ( https://mp.weixin.qq.com/s/YJTFk4xEOM9cDM-GQq_EIQ ) | [ 242 ] ( https://mp.weixin.qq.com/s/nvxS4p3lXvAL21dDbJo8QA ) | [ 1 ] ( https://mp.weixin.qq.com/s/jC4BsJ5r6QixdnwTIchTQw ) |
24
+ [ 112] ( https://mp.weixin.qq.com/s/_NdAjbWlYDV7z7LvMpuyDA ) |[ 938] ( https://mp.weixin.qq.com/s/ni6l_a1QMCi2sKuZDNoe4Q ) |[ 96] ( https://mp.weixin.qq.com/s/DEdiaun-RVwRj-9zx9brjw ) |[ 101] ( https://mp.weixin.qq.com/s/9xiQ8KmTLk_gxf7lsie9dA ) |[ 162] ( https://mp.weixin.qq.com/s/5HQ5zVPYdUAE4eVJBFKIoQ ) |[ 674] ( https://mp.weixin.qq.com/s/jSUM4rmYXatKfrjACEdwvw ) |92|
25
+ | [ 704] ( https://mp.weixin.qq.com/s/mnfLuH1nU8ghShgOhw-KBg ) | [ 77] ( https://mp.weixin.qq.com/s/VOV5wMsfrLW21ZkqXSfeeA ) | [ 1 ] ( https://mp.weixin.qq.com/s/jC4BsJ5r6QixdnwTIchTQw ) | 260 | [ 520 ] ( https://mp.weixin.qq.com/s/YJTFk4xEOM9cDM-GQq_EIQ ) | [ 242 ] ( https://mp.weixin.qq.com/s/nvxS4p3lXvAL21dDbJo8QA ) | |
28
26
29
27
30
- ## 2019.06
28
+ ### 2019.06
31
29
32
30
| 周日| 周一| 周二| 周三| 周四| 周五| 周六|
33
31
| :-:| :-:| :-:| :-:| :-:| :-:| :-:|
@@ -50,5 +48,5 @@ $ yarn deploy
50
48
## 联系作者
51
49
52
50
<div align =" center " >
53
- <img width =" 600 " src =" ./img/erweima.gif " />
51
+ <img width =" 400 " src =" ./img/erweima.gif " />
54
52
</div >
Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ const openArr = [
41
41
module . exports = {
42
42
title : 'Nice Notes' ,
43
43
description : 'how to pronunciation' ,
44
- base : '/nice-notes /' ,
44
+ base : '/LeetCodeDrawing /' ,
45
45
locales : {
46
46
'/' : {
47
47
lang : '简体中文' ,
48
- description : 'nice-notes '
48
+ description : 'LeetCode Drawing '
49
49
}
50
50
} ,
51
51
themeConfig : {
52
- repo : 'guanpengchn/nice-notes ' ,
53
- docsRepo : 'guanpengchn/nice-notes ' ,
52
+ repo : 'guanpengchn/LeetCodeDrawing ' ,
53
+ docsRepo : 'guanpengchn/LeetCodeDrawing ' ,
54
54
docsDir : 'docs' ,
55
55
editLinks : true ,
56
56
markdown : {
@@ -65,8 +65,8 @@ module.exports = {
65
65
lang : '简体中文' ,
66
66
selectText : 'Languages' ,
67
67
editLinkText : '在 GitHub 上编辑此页' ,
68
- title : 'Nice Notes ' ,
69
- description : 'nice-notes的中文介绍 ' ,
68
+ title : 'LeetCode Drawing ' ,
69
+ description : 'LeetCode Drawing的中文介绍 ' ,
70
70
nav : [
71
71
{ text : '算法题' , link : '/algorithm/' } ,
72
72
{ text : 'Java' , link : '/java/' } ,
Original file line number Diff line number Diff line change 1
- Subproject commit 2c64c53ad2591cdfd4fa484f95a8348220e30958
1
+ Subproject commit 08160e8d975efc3c419905c722c1471c8262694b
Original file line number Diff line number Diff line change 1
1
---
2
2
home : true
3
- # heroImage: /home .png
4
- heroText : Nice Notes
5
- tagline : 刷题学习投简历
3
+ heroImage : /logo .png
4
+ heroText : LeetCode Drawing
5
+ tagline : 刷题学习,画解知识
6
6
actionText : 快速开始 →
7
7
actionLink : /algorithm/
8
8
features :
@@ -11,6 +11,6 @@ features:
11
11
- title : Java知识
12
12
details : 阅读Java源代码,分享Java相关知识,获取后台研发能力。
13
13
- title : 开源分享与工具
14
- details : 分享当下流行的开源项目,提供idea制作开源小工具 。
14
+ details : 分享当下流行的开源项目,读书笔记和优质文章 。
15
15
footer : MIT Licensed | Copyright © 2018-present Aaron Guan
16
16
---
Original file line number Diff line number Diff line change 13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " git+https://github.com/guanpengchn/nice-notes .git"
16
+ "url" : " git+https://github.com/guanpengchn/LeetCodeDrawing .git"
17
17
},
18
18
"author" : " Aaron Guan" ,
19
19
"license" : " ISC" ,
20
20
"bugs" : {
21
- "url" : " https://github.com/guanpengchn/nice-notes /issues"
21
+ "url" : " https://github.com/guanpengchn/LeetCodeDrawing /issues"
22
22
},
23
- "homepage" : " https://github.com/guanpengchn/nice-notes #readme" ,
23
+ "homepage" : " https://github.com/guanpengchn/LeetCodeDrawing #readme" ,
24
24
"devDependencies" : {
25
25
"vuepress" : " ^0.14.11"
26
26
},
You can’t perform that action at this time.
0 commit comments