Skip to content

Commit 52b20e2

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent a21e0d9 commit 52b20e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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-67933-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-67505-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
## 答题进度:20%
88
|Category|Easy|Medium|Hard|Total|
99
|:--|:--:|:--:|:--:|:--:|
10-
|**Algorithms**|38 / 141|45 / 246|15 / 92|98 / 479|
10+
|**Algorithms**|38 / 142|46 / 246|15 / 92|99 / 480|
1111
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
12-
|**Total**|38 / 142|45 / 250|15 / 92|98 / 484|
12+
|**Total**|38 / 143|46 / 250|15 / 92|99 / 485|
1313

1414
> 只统计了免费题
1515
## 参考解答
@@ -93,6 +93,7 @@
9393
|152|[Maximum Product Subarray](./Algorithms/0152.maximum-product-subarray)|☆ ☆|25%||
9494
|153|[Find Minimum in Rotated Sorted Array](./Algorithms/0153.find-minimum-in-rotated-sorted-array)|☆ ☆|39%||
9595
|154|[Find Minimum in Rotated Sorted Array II](./Algorithms/0154.find-minimum-in-rotated-sorted-array-ii)|☆ ☆ ☆|37%||
96+
|162|[Find Peak Element](./Algorithms/0162.find-peak-element)|☆ ☆|37%||
9697
|167|[Two Sum II - Input array is sorted](./Algorithms/0167.two-sum-ii-input-array-is-sorted)||47%||
9798
|169|[Majority Element](./Algorithms/0169.majority-element)||46%||
9899
|189|[Rotate Array](./Algorithms/0189.rotate-array)||24%||
@@ -111,7 +112,6 @@
111112
|605|[Can Place Flowers](./Algorithms/0605.can-place-flowers)||29%||
112113
|628|[Maximum Product of Three Numbers](./Algorithms/0628.maximum-product-of-three-numbers)||45%||
113114
|643|[Maximum Average Subarray I](./Algorithms/0643.maximum-average-subarray-i)||38%||
114-
|660|[Remove 9](./Algorithms/0660.remove-9)|☆ ☆ ☆|45%||
115115
|661|[Image Smoother](./Algorithms/0661.image-smoother)||47%||
116116

117117

leetcode.json

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

0 commit comments

Comments
 (0)