1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 05:26:46 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"26.1K\", \"totalSubmission\": \"57.6K\", \"totalAcceptedRaw\": 26107, \"totalSubmissionRaw\": 57650, \"acRate\": \"45.3%\"}",
"stats": "{\"totalAccepted\": \"26.1K\", \"totalSubmission\": \"57.7K\", \"totalAcceptedRaw\": 26133, \"totalSubmissionRaw\": 57683, \"acRate\": \"45.3%\"}",
"hints": [
"It's optimal to finish the apples that will rot first before those that will rot last",
"You need a structure to keep the apples sorted by their finish time"