|
127 | 127 | | | Easy | Medium | Hard | Total | |
128 | 128 | |:--------:|:--------:|:--------:|:--------:|:--------:| |
129 | 129 | |Optimizing|33|37|27|97| |
130 | | -|Accepted|**284**|**406**|**120**|**810**| |
| 130 | +|Accepted|**284**|**407**|**120**|**811**| |
131 | 131 | |Total|506|1035|415|1956| |
132 | 132 | |Perfection Rate|88.4%|90.9%|77.5%|88.0%| |
133 | | -|Completion Rate|56.1%|39.2%|28.9%|41.4%| |
| 133 | +|Completion Rate|56.1%|39.3%|28.9%|41.5%| |
134 | 134 | |------------|----------------------------|----------------------------|----------------------------|----------------------------| |
135 | 135 |
|
136 | 136 | ## 二. 目录 |
137 | 137 |
|
138 | | -以下已经收录了 713 道题的题解,还有 11 道题在尝试优化到 beats 100% |
| 138 | +以下已经收录了 714 道题的题解,还有 11 道题在尝试优化到 beats 100% |
139 | 139 |
|
140 | 140 | | No. | Title | Solution | Acceptance | Difficulty | Frequency | |
141 | 141 | |:--------:|:--------------------------------------------------------------|:--------:|:--------:|:--------:|:--------:| |
|
244 | 244 | |0103|Binary Tree Zigzag Level Order Traversal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0103.Binary-Tree-Zigzag-Level-Order-Traversal)|51.4%|Medium|| |
245 | 245 | |0104|Maximum Depth of Binary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0104.Maximum-Depth-of-Binary-Tree)|69.4%|Easy|| |
246 | 246 | |0105|Construct Binary Tree from Preorder and Inorder Traversal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0105.Construct-Binary-Tree-from-Preorder-and-Inorder-Traversal)|54.4%|Medium|| |
247 | | -|0106|Construct Binary Tree from Inorder and Postorder Traversal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0106.Construct-Binary-Tree-from-Inorder-and-Postorder-Traversal)|51.6%|Medium|| |
| 247 | +|0106|Construct Binary Tree from Inorder and Postorder Traversal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0106.Construct-Binary-Tree-from-Inorder-and-Postorder-Traversal)|51.7%|Medium|| |
248 | 248 | |0107|Binary Tree Level Order Traversal II|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0107.Binary-Tree-Level-Order-Traversal-II)|56.5%|Medium|| |
249 | 249 | |0108|Convert Sorted Array to Binary Search Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0108.Convert-Sorted-Array-to-Binary-Search-Tree)|63.1%|Easy|| |
250 | 250 | |0109|Convert Sorted List to Binary Search Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0109.Convert-Sorted-List-to-Binary-Search-Tree)|53.0%|Medium|| |
|
1242 | 1242 | |1101|The Earliest Moment When Everyone Become Friends||67.9%|Medium|| |
1243 | 1243 | |1102|Path With Maximum Minimum Value||51.4%|Medium|| |
1244 | 1244 | |1103|Distribute Candies to People||63.4%|Easy|| |
1245 | | -|1104|Path In Zigzag Labelled Binary Tree||73.8%|Medium|| |
| 1245 | +|1104|Path In Zigzag Labelled Binary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1104.Path-In-Zigzag-Labelled-Binary-Tree)|73.8%|Medium|| |
1246 | 1246 | |1105|Filling Bookcase Shelves|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1105.Filling-Bookcase-Shelves)|57.7%|Medium|| |
1247 | 1247 | |1106|Parsing A Boolean Expression||59.7%|Hard|| |
1248 | 1248 | |1107|New Users Daily Count||46.0%|Medium|| |
|
1406 | 1406 | |1265|Print Immutable Linked List in Reverse||94.1%|Medium|| |
1407 | 1407 | |1266|Minimum Time Visiting All Points|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1266.Minimum-Time-Visiting-All-Points)|79.2%|Easy|| |
1408 | 1408 | |1267|Count Servers that Communicate||57.9%|Medium|| |
1409 | | -|1268|Search Suggestions System|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1268.Search-Suggestions-System)|65.6%|Medium|| |
| 1409 | +|1268|Search Suggestions System|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1268.Search-Suggestions-System)|65.5%|Medium|| |
1410 | 1410 | |1269|Number of Ways to Stay in the Same Place After Some Steps||43.3%|Hard|| |
1411 | 1411 | |1270|All People Report to the Given Manager||88.3%|Medium|| |
1412 | 1412 | |1271|Hexspeak||56.0%|Easy|| |
|
1900 | 1900 | |1759|Count Number of Homogenous Substrings||44.0%|Medium|| |
1901 | 1901 | |1760|Minimum Limit of Balls in a Bag||54.5%|Medium|| |
1902 | 1902 | |1761|Minimum Degree of a Connected Trio in a Graph||39.5%|Hard|| |
1903 | | -|1762|Buildings With an Ocean View||81.4%|Medium|| |
| 1903 | +|1762|Buildings With an Ocean View||81.3%|Medium|| |
1904 | 1904 | |1763|Longest Nice Substring||61.5%|Easy|| |
1905 | 1905 | |1764|Form Array by Concatenating Subarrays of Another Array||53.1%|Medium|| |
1906 | 1906 | |1765|Map of Highest Peak||57.6%|Medium|| |
|
1948 | 1948 | |1807|Evaluate the Bracket Pairs of a String||66.5%|Medium|| |
1949 | 1949 | |1808|Maximize Number of Nice Divisors||28.5%|Hard|| |
1950 | 1950 | |1809|Ad-Free Sessions||62.1%|Easy|| |
1951 | | -|1810|Minimum Path Cost in a Hidden Grid||54.0%|Medium|| |
| 1951 | +|1810|Minimum Path Cost in a Hidden Grid||54.1%|Medium|| |
1952 | 1952 | |1811|Find Interview Candidates||66.5%|Medium|| |
1953 | 1953 | |1812|Determine Color of a Chessboard Square||77.0%|Easy|| |
1954 | 1954 | |1813|Sentence Similarity III||31.6%|Medium|| |
|
0 commit comments