Skip to content

Commit bf21d41

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新README.md
1 parent b8f42b9 commit bf21d41

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,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-64789-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode Ranking](https://img.shields.io/badge/Ranking-62772-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
## 答题进度:22%
88
|Category|Easy|Medium|Hard|Total|
99
|:--|:--:|:--:|:--:|:--:|
10-
|**Algorithms**|38 / 142|54 / 246|15 / 92|107 / 480|
10+
|**Algorithms**|38 / 142|54 / 246|16 / 92|108 / 480|
1111
|**Draft**|0 / 1|0 / 4|0 / 0|0 / 5|
12-
|**Total**|38 / 143|54 / 250|15 / 92|107 / 485|
12+
|**Total**|38 / 143|54 / 250|16 / 92|108 / 485|
1313

1414
> 只统计了免费题
1515
## 参考解答
@@ -110,6 +110,7 @@
110110
|287|[Find the Duplicate Number](./Algorithms/0287.find-the-duplicate-number)|☆ ☆|43%||
111111
|289|[Game of Life](./Algorithms/0289.game-of-life)|☆ ☆|36%||
112112
|380|[Insert Delete GetRandom O(1)](./Algorithms/0380.insert-delete-getrandom-o1)|☆ ☆|39%||
113+
|381|[Insert Delete GetRandom O(1) - Duplicates allowed](./Algorithms/0381.insert-delete-getrandom-o1-duplicates-allowed)|☆ ☆ ☆|28%||
113114
|414|[Third Maximum Number](./Algorithms/0414.third-maximum-number)||27%||
114115
|448|[Find All Numbers Disappeared in an Array](./Algorithms/0448.find-all-numbers-disappeared-in-an-array)||51%||
115116
|485|[Max Consecutive Ones](./Algorithms/0485.max-consecutive-ones)||54%||

leetcode.json

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

0 commit comments

Comments
 (0)