|
1 | 1 | # [LeetCode](https://leetcode.com)习题的Golang解答
|
2 | 2 | [](https://leetcode.com/aQuaYi/)
|
3 |
| -[](https://leetcode.com/aQuaYi/) |
| 3 | +[](https://leetcode.com/aQuaYi/) |
4 | 4 | [](https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang)
|
5 | 5 | [](https://codecov.io/gh/aQuaYi/LeetCode-in-Golang)
|
6 | 6 |
|
7 | 7 |
|
8 | 8 | ## 答题进度:24%
|
9 |
| -> 仅含免费题 |
10 |
| -
|
11 | 9 | |Category|Easy|Medium|Hard|Total|
|
12 | 10 | |:--|:--:|:--:|:--:|:--:|
|
13 |
| -|**Algorithms**|38 / 142|62 / 246|19 / 92|119 / 480| |
| 11 | +|**Algorithms**|38 / 144|62 / 248|20 / 92|120 / 484| |
14 | 12 | |**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| |
16 | 14 |
|
| 15 | +> 只统计了免费题 |
17 | 16 | ## 参考解答
|
18 | 17 | |题号|题目|难度|总体通过率|收藏|
|
19 | 18 | |:-:|:-|:-: | :-: | :-: |
|
|
101 | 100 | |162|[Find Peak Element](./Algorithms/0162.find-peak-element)|☆ ☆|37%||
|
102 | 101 | |167|[Two Sum II - Input array is sorted](./Algorithms/0167.two-sum-ii-input-array-is-sorted)|☆|47%||
|
103 | 102 | |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%|❤| |
104 | 104 | |189|[Rotate Array](./Algorithms/0189.rotate-array)|☆|24%||
|
105 | 105 | |206|[Reverse Linked List](./Algorithms/0206.reverse-linked-list)|☆|45%||
|
106 | 106 | |209|[Minimum Size Subarray Sum](./Algorithms/0209.minimum-size-subarray-sum)|☆ ☆|30%||
|
|
111 | 111 | |229|[Majority Element II](./Algorithms/0229.majority-element-ii)|☆ ☆|28%|❤|
|
112 | 112 | |238|[Product of Array Except Self](./Algorithms/0238.product-of-array-except-self)|☆ ☆|49%||
|
113 | 113 | |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%|| |
115 | 115 | |287|[Find the Duplicate Number](./Algorithms/0287.find-the-duplicate-number)|☆ ☆|43%|❤|
|
116 | 116 | |289|[Game of Life](./Algorithms/0289.game-of-life)|☆ ☆|36%|❤|
|
117 | 117 | |380|[Insert Delete GetRandom O(1)](./Algorithms/0380.insert-delete-getrandom-o1)|☆ ☆|39%|❤|
|
|
126 | 126 | |560|[Subarray Sum Equals K](./Algorithms/0560.subarray-sum-equals-k)|☆ ☆|40%|❤|
|
127 | 127 | |561|[Array Partition I](./Algorithms/0561.array-partition-i)|☆|67%||
|
128 | 128 | |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%|| |
130 | 130 | |581|[Shortest Unsorted Continuous Subarray](./Algorithms/0581.shortest-unsorted-continuous-subarray)|☆|29%|❤|
|
131 | 131 | |605|[Can Place Flowers](./Algorithms/0605.can-place-flowers)|☆|29%|❤|
|
132 | 132 | |611|[Valid Triangle Number](./Algorithms/0611.valid-triangle-number)|☆ ☆|41%|❤|
|
|
0 commit comments