Skip to content

Commit bc15b66

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent 7368b41 commit bc15b66

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-55027-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-53244-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**|42 / 144|64 / 248|22 / 92|128 / 484|
13+
|**Algorithms**|42 / 144|64 / 248|23 / 92|129 / 484|
1414
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
15-
|**Total**|42 / 145|64 / 252|22 / 92|128 / 489|
15+
|**Total**|42 / 145|64 / 252|23 / 92|129 / 489|
1616

1717
## 参考解答
1818
|题号|题目|难度|总体通过率|收藏|
@@ -84,6 +84,7 @@
8484
|65|[Valid Number](./Algorithms/0065.valid-number)|☆ ☆ ☆|12%||
8585
|66|[Plus One](./Algorithms/0066.plus-one)||38%||
8686
|67|[Add Binary](./Algorithms/0067.add-binary)||32%||
87+
|68|[Text Justification](./Algorithms/0068.text-justification)|☆ ☆ ☆|19%||
8788
|69|[Sqrt(x)](./Algorithms/0069.sqrtx)||27%||
8889
|70|[Climbing Stairs](./Algorithms/0070.climbing-stairs)||40%||
8990
|73|[Set Matrix Zeroes](./Algorithms/0073.set-matrix-zeroes)|☆ ☆|35%||

leetcode.json

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

0 commit comments

Comments
 (0)