Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 2bb965f

Browse files
aQuaaQua
authored andcommitted
更新 README.md
1 parent 5cf8d04 commit 2bb965f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [LeetCode](https://leetcode.com) 的 Go 解答
22

33
[![LeetCode 主页](https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg)](https://leetcode.com/aQuaYi/)
4-
[![LeetCode 排名](https://img.shields.io/badge/Ranking-3288-blue.svg)](https://leetcode.com/aQuaYi/)
4+
[![LeetCode 排名](https://img.shields.io/badge/Ranking-2944-blue.svg)](https://leetcode.com/aQuaYi/)
55
[![LeetCode 答题进度](https://img.shields.io/badge/Progress-85%25-blue.svg)](https://leetcode.com/aQuaYi/)
66
[![codecov](https://codecov.io/gh/aQuaYi/LeetCode-in-Go/branch/master/graph/badge.svg)](https://codecov.io/gh/aQuaYi/LeetCode-in-Go)
77
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go)
@@ -12,8 +12,8 @@
1212
1313
| |Easy|Medium|Hard|Total|
1414
|:---:|:---:|:---:|:---:|:---:|
15-
|**Accepted**|129|218|96|443|
16-
|**Total**|154|257|105|516|
15+
|**Accepted**|129|219|96|444|
16+
|**Total**|156|258|106|520|
1717

1818
## 题解
1919

@@ -31,7 +31,7 @@
3131
|10|[Regular Expression Matching](./Algorithms/0010.regular-expression-matching)|24%|Hard|[](https://leetcode.com/list/oussv5j)|
3232
|11|[Container With Most Water](./Algorithms/0011.container-with-most-water)|36%|Medium| |
3333
|12|[Integer to Roman](./Algorithms/0012.integer-to-roman)|45%|Medium| |
34-
|13|[Roman to Integer](./Algorithms/0013.roman-to-integer)|46%|Easy| |
34+
|13|[Roman to Integer](./Algorithms/0013.roman-to-integer)|47%|Easy| |
3535
|14|[Longest Common Prefix](./Algorithms/0014.longest-common-prefix)|31%|Easy| |
3636
|15|[3Sum](./Algorithms/0015.3sum)|21%|Medium| |
3737
|16|[3Sum Closest](./Algorithms/0016.3sum-closest)|31%|Medium| |
@@ -463,15 +463,15 @@
463463
|647| * Palindromic Substrings|55%|Medium| |
464464
|648|[Replace Words](./Algorithms/0648.replace-words)|47%|Medium| |
465465
|649|[Dota2 Senate](./Algorithms/0649.dota2-senate)|35%|Medium|[](https://leetcode.com/list/oussv5j)|
466-
|650| * 2 Keys Keyboard|44%|Medium| |
466+
|650|[2 Keys Keyboard](./Algorithms/0650.2-keys-keyboard)|44%|Medium| |
467467
|652| * Find Duplicate Subtrees|36%|Medium| |
468468
|653| * Two Sum IV - Input is a BST|50%|Easy| |
469469
|654| * Maximum Binary Tree|69%|Medium| |
470470
|655| * Print Binary Tree|49%|Medium| |
471471
|657| * Judge Route Circle|68%|Easy| |
472472
|658| * Find K Closest Elements|35%|Medium| |
473473
|659| * Split Array into Consecutive Subsequences|35%|Medium| |
474-
|661|[Image Smoother](./Algorithms/0661.image-smoother)|46%|Easy| |
474+
|661|[Image Smoother](./Algorithms/0661.image-smoother)|45%|Easy| |
475475
|662| * Maximum Width of Binary Tree|37%|Medium| |
476476
|664|[Strange Printer](./Algorithms/0664.strange-printer)|33%|Hard|[](https://leetcode.com/list/oussv5j)|
477477
|665| * Non-decreasing Array|20%|Easy| |
@@ -535,6 +535,10 @@
535535
|744| * Network Delay Time|32%|Medium| |
536536
|745| * Find Smallest Letter Greater Than Target|51%|Easy| |
537537
|746| * Prefix and Suffix Search|20%|Hard| |
538+
|747| * Min Cost Climbing Stairs|47%|Easy| |
539+
|749| * Shortest Completing Word|54%|Easy| |
540+
|750| * Contain Virus|29%|Hard| |
541+
|751| * Number Of Corner Rectangles|39%|Medium| |
538542

539543
以下免费的算法题,暂时不能使用 Go 解答
540544

leetcode.json

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

0 commit comments

Comments
 (0)