mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"26.7K\", \"totalAcceptedRaw\": 8268, \"totalSubmissionRaw\": 26726, \"acRate\": \"30.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"26.7K\", \"totalAcceptedRaw\": 8269, \"totalSubmissionRaw\": 26727, \"acRate\": \"30.9%\"}",
|
||||
"hints": [
|
||||
"The key to solving this problem is to properly store the data using the right data structures.",
|
||||
"Firstly, a hash table is needed to efficiently map each food item to its cuisine and current rating.",
|
||||
|
Reference in New Issue
Block a user