Skip to content

Commit bb61dca

Browse files
aQuaaQua
authored andcommitted
更新README.md
1 parent a7ae0a7 commit bb61dca

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# [LeetCode](https://leetcode.com)习题的Golang解答
22
[![LeetCode](https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg)](https://leetcode.com/aQuaYi/)
3-
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-48897-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-47617-blue.svg)](https://leetcode.com/aQuaYi/)
44
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang)
55
[![codecov](https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg)](https://codecov.io/gh/aQuaYi/LeetCode-in-Golang)
66

77

8-
## 答题进度:28%
8+
## 答题进度:29%
99
> 仅含免费题
1010
1111
|Category|Easy|Medium|Hard|Total|
1212
|:--|:--:|:--:|:--:|:--:|
13-
|**Algorithms**|43 / 144|71 / 248|27 / 92|141 / 484|
13+
|**Algorithms**|43 / 144|72 / 248|27 / 92|142 / 484|
1414
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
15-
|**Total**|43 / 145|71 / 252|27 / 92|141 / 489|
15+
|**Total**|43 / 145|72 / 252|27 / 92|142 / 489|
1616

1717
## 参考解答
1818
|题号|题目|难度|总体通过率|收藏|
@@ -90,7 +90,7 @@
9090
|71|[Simplify Path](./Algorithms/0071.simplify-path)|☆ ☆|25%||
9191
|72|[Edit Distance](./Algorithms/0072.edit-distance)|☆ ☆ ☆|31%||
9292
|73|[Set Matrix Zeroes](./Algorithms/0073.set-matrix-zeroes)|☆ ☆|35%||
93-
|74|[Search a 2D Matrix](./Algorithms/0074.search-a-2d-matrix)|☆ ☆|35%||
93+
|74|[Search a 2D Matrix](./Algorithms/0074.search-a-2d-matrix)|☆ ☆|34%||
9494
|75|[Sort Colors](./Algorithms/0075.sort-colors)|☆ ☆|38%||
9595
|76|[Minimum Window Substring](./Algorithms/0076.minimum-window-substring)|☆ ☆ ☆|25%||
9696
|77|[Combinations](./Algorithms/0077.combinations)|☆ ☆|39%||
@@ -109,6 +109,7 @@
109109
|90|[Subsets II](./Algorithms/0090.subsets-ii)|☆ ☆|36%||
110110
|91|[Decode Ways](./Algorithms/0091.decode-ways)|☆ ☆|19%||
111111
|92|[Reverse Linked List II](./Algorithms/0092.reverse-linked-list-ii)|☆ ☆|30%||
112+
|93|[Restore IP Addresses](./Algorithms/0093.restore-ip-addresses)|☆ ☆|27%||
112113
|118|[Pascal's Triangle](./Algorithms/0118.pascals-triangle)||38%||
113114
|119|[Pascal's Triangle II](./Algorithms/0119.pascals-triangle-ii)||36%||
114115
|120|[Triangle](./Algorithms/0120.triangle)|☆ ☆|33%||

leetcode.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)