mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1894,
|
||||
"likes": 1899,
|
||||
"dislikes": 61,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find K Pairs with Smallest Sums\", \"titleSlug\": \"find-k-pairs-with-smallest-sums\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Kth Smallest Element in a Sorted Matrix\", \"titleSlug\": \"kth-smallest-element-in-a-sorted-matrix\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find K Closest Elements\", \"titleSlug\": \"find-k-closest-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Kth Smallest Number in Multiplication Table\", \"titleSlug\": \"kth-smallest-number-in-multiplication-table\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"K-th Smallest Prime Fraction\", \"titleSlug\": \"k-th-smallest-prime-fraction\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"57.2K\", \"totalSubmission\": \"163.9K\", \"totalAcceptedRaw\": 57174, \"totalSubmissionRaw\": 163928, \"acRate\": \"34.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"57.2K\", \"totalSubmission\": \"164.1K\", \"totalAcceptedRaw\": 57244, \"totalSubmissionRaw\": 164087, \"acRate\": \"34.9%\"}",
|
||||
"hints": [
|
||||
"Binary search for the answer. How can you check how many pairs have distance <= X?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user