1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"32.6K\", \"totalSubmission\": \"70.8K\", \"totalAcceptedRaw\": 32636, \"totalSubmissionRaw\": 70790, \"acRate\": \"46.1%\"}",
"stats": "{\"totalAccepted\": \"32.6K\", \"totalSubmission\": \"70.8K\", \"totalAcceptedRaw\": 32637, \"totalSubmissionRaw\": 70791, \"acRate\": \"46.1%\"}",
"hints": [
"Seem hard at first glance? Try to divide this problem into some sub-problems. \r\nThink about how to calculate the cumulative sum of one employee, how to get the cumulative sum for many employees, and how to except the most recent month of the result.",
"Use the technique of self-join if you have only one table but to write a complex query.",