-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinformation.json
35 lines (35 loc) · 1.03 KB
/
information.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"difficulty": "easy",
"similarQuestions": [
{
"title": "Single Number II",
"titleSlug": "single-number-ii",
"difficulty": "Medium",
"translatedTitle": "只出现一次的数字 II"
},
{
"title": "Single Number III",
"titleSlug": "single-number-iii",
"difficulty": "Medium",
"translatedTitle": "只出现一次的数字 III"
},
{
"title": "Missing Number",
"titleSlug": "missing-number",
"difficulty": "Easy",
"translatedTitle": "丢失的数字"
},
{
"title": "Find the Duplicate Number",
"titleSlug": "find-the-duplicate-number",
"difficulty": "Medium",
"translatedTitle": "寻找重复数"
},
{
"title": "Find the Difference",
"titleSlug": "find-the-difference",
"difficulty": "Easy",
"translatedTitle": "找不同"
}
]
}