Skip to content

Commit dd74aed

Browse files
author
luzhipeng
committed
feat: daily templates
1 parent 2b74951 commit dd74aed

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

daily/.gitkeep

Whitespace-only changes.

templates/daily/2019-06-03.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## 每日一题 - xxxxxx
2+
> xxxx为题目名
3+
### 信息卡片
4+
5+
- 时间: 2019-06-03
6+
- 题目链接:xxxx
7+
- tag:dp
8+
> tag 可以多个,以空格分隔,tag是一个枚举值,有 array dp math等,具体可以参考leetcode tag
9+
- 题目描述:
10+
11+
xxxxxxxx
12+
13+
14+
### 参考答案
15+
>可以自己发挥一些东西,但是切记思路要讲明白,
16+
必要的时候(尤其是比较复杂的逻辑)可以用图来说明
17+
18+
```js
19+
20+
21+
```
22+
> 语言不做要求
23+
### 扩展
24+
> 存放扩展引申内容,可以不提供答案。
25+
### 其他优秀解答
26+
> 可以自己发挥一些东西,但是切记思路要讲明白,
27+
必要的时候(尤其是比较复杂的逻辑)可以用图来说明。
28+
29+
> 这部分内容主要来自群成员的优秀思路和解答,也可以邀请他们本人来写。
30+
31+
32+
33+
34+
> 其他说明, 如果需要存图片的,统一放到assets/daily
35+
如果需要存drawio的统一存到assets/drawio

0 commit comments

Comments
 (0)