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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 903,
"dislikes": 97,
"likes": 920,
"dislikes": 99,
"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.2K\", \"totalSubmission\": \"82.2K\", \"totalAcceptedRaw\": 43186, \"totalSubmissionRaw\": 82200, \"acRate\": \"52.5%\"}",
"stats": "{\"totalAccepted\": \"43.7K\", \"totalSubmission\": \"83K\", \"totalAcceptedRaw\": 43717, \"totalSubmissionRaw\": 83034, \"acRate\": \"52.6%\"}",
"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.",