-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.json
More file actions
29 lines (29 loc) · 917 Bytes
/
information.json
File metadata and controls
29 lines (29 loc) · 917 Bytes
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
{
"difficulty": "medium",
"similarQuestions": [
{
"title": "Best Time to Buy and Sell Stock",
"titleSlug": "best-time-to-buy-and-sell-stock",
"difficulty": "Easy",
"translatedTitle": "买卖股票的最佳时机"
},
{
"title": "Maximum Product Subarray",
"titleSlug": "maximum-product-subarray",
"difficulty": "Medium",
"translatedTitle": "乘积最大子数组"
},
{
"title": "Degree of an Array",
"titleSlug": "degree-of-an-array",
"difficulty": "Easy",
"translatedTitle": "数组的度"
},
{
"title": "Longest Turbulent Subarray",
"titleSlug": "longest-turbulent-subarray",
"difficulty": "Medium",
"translatedTitle": "最长湍流子数组"
}
]
}