Skip to content

Commit 63f6667

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent 553d98f commit 63f6667

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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-50992-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-48897-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

@@ -10,9 +10,9 @@
1010
1111
|Category|Easy|Medium|Hard|Total|
1212
|:--|:--:|:--:|:--:|:--:|
13-
|**Algorithms**|43 / 144|69 / 248|26 / 92|138 / 484|
13+
|**Algorithms**|43 / 144|70 / 248|26 / 92|139 / 484|
1414
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
15-
|**Total**|43 / 145|69 / 252|26 / 92|138 / 489|
15+
|**Total**|43 / 145|70 / 252|26 / 92|139 / 489|
1616

1717
## 参考解答
1818
|题号|题目|难度|总体通过率|收藏|
@@ -107,6 +107,7 @@
107107
|88|[Merge Sorted Array](./Algorithms/0088.merge-sorted-array)||32%||
108108
|89|[Gray Code](./Algorithms/0089.gray-code)|☆ ☆|41%||
109109
|90|[Subsets II](./Algorithms/0090.subsets-ii)|☆ ☆|36%||
110+
|91|[Decode Ways](./Algorithms/0091.decode-ways)|☆ ☆|19%||
110111
|118|[Pascal's Triangle](./Algorithms/0118.pascals-triangle)||38%||
111112
|119|[Pascal's Triangle II](./Algorithms/0119.pascals-triangle-ii)||36%||
112113
|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)