1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"6.6K\", \"totalAcceptedRaw\": 4479, \"totalSubmissionRaw\": 6613, \"acRate\": \"67.7%\"}",
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"6.6K\", \"totalAcceptedRaw\": 4490, \"totalSubmissionRaw\": 6627, \"acRate\": \"67.8%\"}",
"hints": [
"It is always optimal to pair the worker with the least amount of time with the job that requires the least amount of time.",
"Sort both arrays."