-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathREADME.tpl
24 lines (21 loc) · 1.21 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<p align="center"><img width="300" src="https://raw.githubusercontent.com/Ma63d/leetcode-spider/master/img/site-logo.png"></p>
<p align="center">
<img src="https://img.shields.io/badge/Solved/Total(Locked)-{{solved}}/{{total}}({{locked}})-green.svg?style=flat-square" alt="">
<img src="https://img.shields.io/badge/Hard-{{hard}}-blue.svg?style=flat-square" alt="">
<img src="https://img.shields.io/badge/Medium-{{medium}}-blue.svg?style=flat-square" alt="">
<img src="https://img.shields.io/badge/Easy-{{easy}}-blue.svg?style=flat-square" alt="">
</p>
<h3 align="center">My leetcode solutions</h3>
<p align="center">
<b>Language: {{language}}</b>
<br>
<b>Last updated: {{time}}</b>
<br><br>
</p>
<!--请保留下面这行信息,让更多用户了解到这个小爬虫,衷心感谢您的支持-->
<p align="center">The source code is fetched using the tool <a href="https://github.com/Ma63d/leetcode-spider">leetcode-spider</a>.</p>
| # | Problems | Solutions | Difficulty | Acceptance | Paid-Only
|:--:|:-----:|:---------:|:----:|:----:|:----:|
{{#solutions}}
|{{id}}|[{{title}}](https://leetcode.com/problems/{{title}}/)|{{solutionLinks}}|{{difficulty}}|{{acceptance}}|{{paidOnly}}|
{{/solutions}}