-
Notifications
You must be signed in to change notification settings - Fork 540
/
Copy pathAd_Hoc.problems.json
143 lines (140 loc) · 3.43 KB
/
Ad_Hoc.problems.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"MODULE_ID": "ad-hoc",
"tutorial": [
{
"uniqueId": "usaco-832",
"name": "Milking Order",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=832",
"source": "Bronze",
"difficulty": "Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "in-module",
"moduleId": "ad-hoc"
}
}
],
"case-tutorial": [
{
"uniqueId": "usaco-915",
"name": "Sleepy Cow Herding",
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=915",
"source": "Bronze",
"difficulty": "Easy",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "in-module",
"moduleId": "ad-hoc"
}
}
],
"casework": [
{
"uniqueId": "usaco-1084",
"name": "Even More Odd Photos",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=1084",
"source": "Bronze",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Greedy"],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
},
{
"uniqueId": "usaco-1275",
"name": "Leaders",
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1275",
"source": "Bronze",
"difficulty": "Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "internal"
}
},
{
"uniqueId": "usaco-1323",
"name": "FEB",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=1323",
"source": "Bronze",
"difficulty": "Very Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
}
],
"general": [
{
"uniqueId": "usaco-892",
"name": "Sleepy Cow Sorting",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=892",
"source": "Bronze",
"difficulty": "Hard",
"isStarred": false,
"tags": ["Complete Search"],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
},
{
"uniqueId": "usaco-809",
"name": "Taming the Herd",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=809",
"source": "Bronze",
"difficulty": "Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
},
{
"uniqueId": "usaco-737",
"name": "Modern Art",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=737",
"source": "Bronze",
"difficulty": "Very Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
},
{
"uniqueId": "usaco-808",
"name": "Hoofball",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=808",
"source": "Bronze",
"difficulty": "Very Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
},
{
"uniqueId": "usaco-1088",
"name": "Spaced Out",
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=1088",
"source": "Silver",
"difficulty": "Very Hard",
"isStarred": false,
"tags": ["Greedy"],
"solutionMetadata": {
"kind": "internal",
"hasHints": true
}
}
]
}