mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": "<p>实现一个算法,确定一个字符串 <code>s</code> 的所有字符是否全都不同。</p>\n\n<p><strong>示例 1:</strong></p>\n\n<pre><strong>输入:</strong> <code>s</code> = "leetcode"\n<strong>输出:</strong> false \n</pre>\n\n<p><strong>示例 2:</strong></p>\n\n<pre><strong>输入:</strong> <code>s</code> = "abc"\n<strong>输出:</strong> true\n</pre>\n\n<p><strong>限制:</strong></p>\n<ul>\n\t<li><code>0 <= len(s) <= 100 </code></li>\n\t<li>如果你不使用额外的数据结构,会很加分。</li>\n</ul>\n ",
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 201,
|
||||
"likes": 205,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"115.7K\", \"totalSubmission\": \"162.3K\", \"totalAcceptedRaw\": 115734, \"totalSubmissionRaw\": 162322, \"acRate\": \"71.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"119.4K\", \"totalSubmission\": \"167.6K\", \"totalAcceptedRaw\": 119424, \"totalSubmissionRaw\": 167564, \"acRate\": \"71.3%\"}",
|
||||
"hints": [
|
||||
"试试散列表",
|
||||
"位向量有用吗?",
|
||||
|
Reference in New Issue
Block a user