mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 530,
|
||||
"dislikes": 219,
|
||||
"likes": 543,
|
||||
"dislikes": 220,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"FooBar\",\"FooBarTest\",\"FootBall\",\"FrameBuffer\",\"ForceFeedBack\"]\n\"FB\"\n[\"FooBar\",\"FooBarTest\",\"FootBall\",\"FrameBuffer\",\"ForceFeedBack\"]\n\"FoBa\"\n[\"FooBar\",\"FooBarTest\",\"FootBall\",\"FrameBuffer\",\"ForceFeedBack\"]\n\"FoBaT\"",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.7K\", \"totalSubmission\": \"52K\", \"totalAcceptedRaw\": 30679, \"totalSubmissionRaw\": 51982, \"acRate\": \"59.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.3K\", \"totalSubmission\": \"52.8K\", \"totalAcceptedRaw\": 31253, \"totalSubmissionRaw\": 52822, \"acRate\": \"59.2%\"}",
|
||||
"hints": [
|
||||
"Given a single pattern and word, how can we solve it?",
|
||||
"One way to do it is using a DP (pos1, pos2) where pos1 is a pointer to the word and pos2 to the pattern and returns true if we can match the pattern with the given word.",
|
||||
|
Reference in New Issue
Block a user