|
1 | 1 | # [LeetCode](https://leetcode.com) 的 Go 解答
|
2 | 2 |
|
3 | 3 | [](https://leetcode.com/aQuaYi/)
|
4 |
| -[](https://leetcode.com/aQuaYi/) |
| 4 | +[](https://leetcode.com/aQuaYi/) |
5 | 5 | [](https://leetcode.com/aQuaYi/)
|
6 | 6 | [](https://codecov.io/gh/aQuaYi/LeetCode-in-Go)
|
7 | 7 | [](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go)
|
|
12 | 12 |
|
13 | 13 | | |Easy|Medium|Hard|Total|
|
14 | 14 | |:---:|:---:|:---:|:---:|:---:|
|
15 |
| -|**Accepted**|129|218|96|443| |
16 |
| -|**Total**|154|257|105|516| |
| 15 | +|**Accepted**|129|219|96|444| |
| 16 | +|**Total**|156|258|106|520| |
17 | 17 |
|
18 | 18 | ## 题解
|
19 | 19 |
|
|
31 | 31 | |10|[Regular Expression Matching](./Algorithms/0010.regular-expression-matching)|24%|Hard|[❤](https://leetcode.com/list/oussv5j)|
|
32 | 32 | |11|[Container With Most Water](./Algorithms/0011.container-with-most-water)|36%|Medium| |
|
33 | 33 | |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| | |
35 | 35 | |14|[Longest Common Prefix](./Algorithms/0014.longest-common-prefix)|31%|Easy| |
|
36 | 36 | |15|[3Sum](./Algorithms/0015.3sum)|21%|Medium| |
|
37 | 37 | |16|[3Sum Closest](./Algorithms/0016.3sum-closest)|31%|Medium| |
|
|
463 | 463 | |647| * Palindromic Substrings|55%|Medium| |
|
464 | 464 | |648|[Replace Words](./Algorithms/0648.replace-words)|47%|Medium| |
|
465 | 465 | |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| | |
467 | 467 | |652| * Find Duplicate Subtrees|36%|Medium| |
|
468 | 468 | |653| * Two Sum IV - Input is a BST|50%|Easy| |
|
469 | 469 | |654| * Maximum Binary Tree|69%|Medium| |
|
470 | 470 | |655| * Print Binary Tree|49%|Medium| |
|
471 | 471 | |657| * Judge Route Circle|68%|Easy| |
|
472 | 472 | |658| * Find K Closest Elements|35%|Medium| |
|
473 | 473 | |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| | |
475 | 475 | |662| * Maximum Width of Binary Tree|37%|Medium| |
|
476 | 476 | |664|[Strange Printer](./Algorithms/0664.strange-printer)|33%|Hard|[❤](https://leetcode.com/list/oussv5j)|
|
477 | 477 | |665| * Non-decreasing Array|20%|Easy| |
|
|
535 | 535 | |744| * Network Delay Time|32%|Medium| |
|
536 | 536 | |745| * Find Smallest Letter Greater Than Target|51%|Easy| |
|
537 | 537 | |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| | |
538 | 542 |
|
539 | 543 | 以下免费的算法题,暂时不能使用 Go 解答
|
540 | 544 |
|
|
0 commit comments