1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 920,
"dislikes": 99,
"likes": 1006,
"dislikes": 106,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Path With Minimum Effort\", \"titleSlug\": \"path-with-minimum-effort\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[5,4,5],[1,2,6],[7,4,6]]\n[[2,2,1,2,2,2],[1,2,2,2,1,2]]\n[[3,4,6,3,4],[0,2,1,1,7],[8,8,3,2,7],[3,2,4,9,8],[4,1,2,0,0],[4,6,5,4,3]]",
@@ -58,7 +58,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"43.7K\", \"totalSubmission\": \"83K\", \"totalAcceptedRaw\": 43717, \"totalSubmissionRaw\": 83034, \"acRate\": \"52.6%\"}",
"stats": "{\"totalAccepted\": \"46.8K\", \"totalSubmission\": \"88.5K\", \"totalAcceptedRaw\": 46835, \"totalSubmissionRaw\": 88455, \"acRate\": \"52.9%\"}",
"hints": [
"What if we sort each cell of the matrix by the value?",
"Don't include small values in your path if you can only include large values.",