1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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\": \"4.2K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 4184, \"totalSubmissionRaw\": 11979, \"acRate\": \"34.9%\"}",
"stats": "{\"totalAccepted\": \"4.2K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 4217, \"totalSubmissionRaw\": 12064, \"acRate\": \"35.0%\"}",
"hints": [
"解法1从一个简单的算法开始将每个文档依次与其他文档进行比较。你如何尽快计算两个文档的相似度",
"解法1要计算两个文档的相似性可以尝试用某种方式重新组织数据。排序使用其他的数据结构?",