mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"10K\", \"totalAcceptedRaw\": 3790, \"totalSubmissionRaw\": 10028, \"acRate\": \"37.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"10.1K\", \"totalAcceptedRaw\": 3807, \"totalSubmissionRaw\": 10064, \"acRate\": \"37.8%\"}",
|
||||
"hints": [
|
||||
"Can we use a data structure to quickly query whether we have a certain ingredient?",
|
||||
"Once we verify that we can make a recipe, we can add it to our ingredient data structure. We can then check if we can make more recipes as a result of this."
|
||||
|
Reference in New Issue
Block a user