1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-25 23:08:57 +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

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"73K\", \"totalSubmission\": \"114.5K\", \"totalAcceptedRaw\": 72998, \"totalSubmissionRaw\": 114473, \"acRate\": \"63.8%\"}",
"stats": "{\"totalAccepted\": \"73.2K\", \"totalSubmission\": \"114.8K\", \"totalAcceptedRaw\": 73165, \"totalSubmissionRaw\": 114789, \"acRate\": \"63.7%\"}",
"hints": [
"描述两个字符串是否互为字符重排的含义。现在,看看你提供的定义,你能否根据这个定义检查字符串",
"有一种解法需要O(NlogN)的时间。另一种解法需要使用一些空间但需要运行时间为O(N)",