File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ LeetCode] ( https://leetcode.com ) 习题的Golang解答。
2
2
[ ![ 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/ )
4
4
[ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang )
5
5
[ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang )
6
6
7
7
## 答题进度:22%
8
8
| Category| Easy| Medium| Hard| Total|
9
9
| :--| :--:| :--:| :--:| :--:|
10
- | ** Algorithms** | 38 / 142| 54 / 246| 15 / 92| 107 / 480|
10
+ | ** Algorithms** | 38 / 142| 54 / 246| 16 / 92| 108 / 480|
11
11
| ** 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|
13
13
14
14
> 只统计了免费题
15
15
## 参考解答
110
110
| 287| [ Find the Duplicate Number] ( ./Algorithms/0287.find-the-duplicate-number ) | ☆ ☆| 43%| ❤|
111
111
| 289| [ Game of Life] ( ./Algorithms/0289.game-of-life ) | ☆ ☆| 36%| ❤|
112
112
| 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%| ❤|
113
114
| 414| [ Third Maximum Number] ( ./Algorithms/0414.third-maximum-number ) | ☆| 27%||
114
115
| 448| [ Find All Numbers Disappeared in an Array] ( ./Algorithms/0448.find-all-numbers-disappeared-in-an-array ) | ☆| 51%||
115
116
| 485| [ Max Consecutive Ones] ( ./Algorithms/0485.max-consecutive-ones ) | ☆| 54%||
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments