-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.json
More file actions
30 lines (30 loc) · 877 Bytes
/
Copy pathinformation.json
File metadata and controls
30 lines (30 loc) · 877 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
30
{
"mark": "",
"difficulty": "medium",
"similarQuestions": [
{
"title": "Next Permutation",
"titleSlug": "next-permutation",
"difficulty": "Medium",
"translatedTitle": "下一个排列"
},
{
"title": "Permutations",
"titleSlug": "permutations",
"difficulty": "Medium",
"translatedTitle": "全排列"
},
{
"title": "Palindrome Permutation II",
"titleSlug": "palindrome-permutation-ii",
"difficulty": "Medium",
"translatedTitle": "回文排列 II"
},
{
"title": "Number of Squareful Arrays",
"titleSlug": "number-of-squareful-arrays",
"difficulty": "Hard",
"translatedTitle": "正方形数组的数目"
}
]
}