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:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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."