mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 16:31:42 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 5764, \"totalSubmissionRaw\": 15746, \"acRate\": \"36.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 5766, \"totalSubmissionRaw\": 15748, \"acRate\": \"36.6%\"}",
|
||||
"hints": [
|
||||
"Which data structure can be used to efficiently check if a string exists in startWords?",
|
||||
"After appending a letter, all letters of a string can be rearranged in any possible way. How can we use this to reduce our search space while checking if a string in targetWords can be obtained from a string in startWords?"
|
||||
|
Reference in New Issue
Block a user