Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D data-specification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Yu Yin
  • data-specification
  • Wiki
  • Leetcode 题解

Leetcode 题解 · Changes

Page history
Update Leetcode 题解 authored Dec 20, 2019 by Yu Yin's avatar Yu Yin
Show whitespace changes
Inline Side-by-side
Leetcode-题解.md
View page @ 0d384137
# Leetcode 题解
参考之前的 LeetCode 需求介绍了解 LeetCode 网站。本次实验要求在之前的基础上进行深度解析,得到尽可能多的试题答案。
## 采集需求
从中英文站点官方题解、讨论版等处,解析出每道题目尽可能多的解答代码,并确定其语言。代码不需要严格检验是否可以通过测试,但需要通过一些手段尽可能保证质量(比如通过代码格式检查或论坛评分等)。
## 数据格式
```js
{
"questionId": "135",
"titleSlug": "candy",
"solutions": [
{
"language": "Python3", // 解答语言
"code": "class Solution:\n..." // 解答代码
}
]
}
```
## 评分标准
1. 得到至少200道试题的解答代码(1分)
2. 能够基本正确地确定爬取到的代码的语言(1分)
3. 爬虫程序中有合理的代码质量保证机制(1分)
\ No newline at end of file
Clone repository
  • 39健康网 手术
  • 39健康网 检查
  • 39健康网 疾病
  • 39健康网 症状
  • 39健康网 药品
  • Coursera 视频间习题2
  • KDD 接收论文信息
  • LeetCode 中文讨论
  • LeetCode 中文试题
  • LeetCode 讨论
  • LeetCode 试题
  • Leetcode 题解
  • coursera
  • Home
  • 中国裁判文书网
View All Pages