mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>字符串有三种编辑操作:插入一个字符、删除一个字符或者替换一个字符。 给定两个字符串,编写一个函数判定它们是否只需要一次(或者零次)编辑。</p>\n\n<p> </p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre><strong>输入:</strong> \nfirst = "pale"\nsecond = "ple"\n<strong>输出:</strong> True</pre>\n\n<p> </p>\n\n<p><strong>示例 2:</strong></p>\n\n<pre><strong>输入:</strong> \nfirst = "pales"\nsecond = "pal"\n<strong>输出:</strong> False\n</pre>\n",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 113,
|
||||
"likes": 124,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"41.6K\", \"totalSubmission\": \"128K\", \"totalAcceptedRaw\": 41632, \"totalSubmissionRaw\": 127950, \"acRate\": \"32.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"43.2K\", \"totalSubmission\": \"133K\", \"totalAcceptedRaw\": 43193, \"totalSubmissionRaw\": 133013, \"acRate\": \"32.5%\"}",
|
||||
"hints": [
|
||||
"从容易的事情开始。你能分别检查一下每一个条件吗?",
|
||||
"“插入字符”选项和“删除字符”选项之间是何关系?这些需要分开检查吗?",
|
||||
|
Reference in New Issue
Block a user