Skip to content

Commit eddfe00

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent 338eb7d commit eddfe00

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

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

88
## 答题进度:24%
9-
> 仅含免费题
10-
119
|Category|Easy|Medium|Hard|Total|
1210
|:--|:--:|:--:|:--:|:--:|
13-
|**Algorithms**|38 / 142|62 / 246|19 / 92|119 / 480|
11+
|**Algorithms**|38 / 144|62 / 248|20 / 92|120 / 484|
1412
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
15-
|**Total**|38 / 143|62 / 250|19 / 92|119 / 485|
13+
|**Total**|38 / 145|62 / 252|20 / 92|120 / 489|
1614

15+
> 只统计了免费题
1716
## 参考解答
1817
|题号|题目|难度|总体通过率|收藏|
1918
|:-:|:-|:-: | :-: | :-: |
@@ -101,6 +100,7 @@
101100
|162|[Find Peak Element](./Algorithms/0162.find-peak-element)|☆ ☆|37%||
102101
|167|[Two Sum II - Input array is sorted](./Algorithms/0167.two-sum-ii-input-array-is-sorted)||47%||
103102
|169|[Majority Element](./Algorithms/0169.majority-element)||46%||
103+
|188|[Best Time to Buy and Sell Stock IV](./Algorithms/0188.best-time-to-buy-and-sell-stock-iv)|☆ ☆ ☆|24%||
104104
|189|[Rotate Array](./Algorithms/0189.rotate-array)||24%||
105105
|206|[Reverse Linked List](./Algorithms/0206.reverse-linked-list)||45%||
106106
|209|[Minimum Size Subarray Sum](./Algorithms/0209.minimum-size-subarray-sum)|☆ ☆|30%||
@@ -111,7 +111,7 @@
111111
|229|[Majority Element II](./Algorithms/0229.majority-element-ii)|☆ ☆|28%||
112112
|238|[Product of Array Except Self](./Algorithms/0238.product-of-array-except-self)|☆ ☆|49%||
113113
|268|[Missing Number](./Algorithms/0268.missing-number)||44%||
114-
|283|[Move Zeroes](./Algorithms/0283.move-zeroes)||49%||
114+
|283|[Move Zeroes](./Algorithms/0283.move-zeroes)||50%||
115115
|287|[Find the Duplicate Number](./Algorithms/0287.find-the-duplicate-number)|☆ ☆|43%||
116116
|289|[Game of Life](./Algorithms/0289.game-of-life)|☆ ☆|36%||
117117
|380|[Insert Delete GetRandom O(1)](./Algorithms/0380.insert-delete-getrandom-o1)|☆ ☆|39%||
@@ -126,7 +126,7 @@
126126
|560|[Subarray Sum Equals K](./Algorithms/0560.subarray-sum-equals-k)|☆ ☆|40%||
127127
|561|[Array Partition I](./Algorithms/0561.array-partition-i)||67%||
128128
|565|[Array Nesting](./Algorithms/0565.array-nesting)|☆ ☆|49%||
129-
|566|[Reshape the Matrix](./Algorithms/0566.reshape-the-matrix)||59%||
129+
|566|[Reshape the Matrix](./Algorithms/0566.reshape-the-matrix)||58%||
130130
|581|[Shortest Unsorted Continuous Subarray](./Algorithms/0581.shortest-unsorted-continuous-subarray)||29%||
131131
|605|[Can Place Flowers](./Algorithms/0605.can-place-flowers)||29%||
132132
|611|[Valid Triangle Number](./Algorithms/0611.valid-triangle-number)|☆ ☆|41%||

leetcode.json

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

0 commit comments

Comments
 (0)