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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.2K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 4217, \"totalSubmissionRaw\": 12064, \"acRate\": \"35.0%\"}",
"stats": "{\"totalAccepted\": \"4.4K\", \"totalSubmission\": \"12.5K\", \"totalAcceptedRaw\": 4364, \"totalSubmissionRaw\": 12516, \"acRate\": \"34.9%\"}",
"hints": [
"解法1从一个简单的算法开始将每个文档依次与其他文档进行比较。你如何尽快计算两个文档的相似度",
"解法1要计算两个文档的相似性可以尝试用某种方式重新组织数据。排序使用其他的数据结构?",