-
Notifications
You must be signed in to change notification settings - Fork 540
/
Copy pathPersistent.problems.json
181 lines (181 loc) · 4.59 KB
/
Persistent.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"MODULE_ID": "persistent",
"persistentSample": [
{
"uniqueId": "cses-1737",
"name": "Range Queries and Copies",
"url": "https://cses.fi/problemset/task/1737",
"source": "CSES",
"difficulty": "Easy",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "none"
}
}
],
"segtree": [
{
"uniqueId": "cf-522D",
"name": "Closest Equals",
"url": "https://codeforces.com/problemset/problem/522/D",
"source": "CF",
"difficulty": "Easy",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "CF"
}
},
{
"uniqueId": "spoj-cot",
"name": "Count on a tree",
"url": "https://www.spoj.com/problems/COT/",
"source": "SPOJ",
"difficulty": "Easy",
"isStarred": true,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "internal"
}
},
{
"uniqueId": "spoj-got",
"name": "Gao on a tree",
"url": "https://www.spoj.com/problems/GOT/",
"source": "SPOJ",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "spoj-pt07j",
"name": "Query on a tree III",
"url": "https://www.spoj.com/problems/PT07J/",
"source": "SPOJ",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "spoj-mkthnum",
"name": "K-th Number",
"url": "https://www.spoj.com/problems/MKTHNUM/",
"source": "SPOJ",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "coci-20-index",
"name": "2021 - Index",
"url": "https://evaluator.hsin.hr/tasks/HONI202167index/",
"source": "COCI",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "noi-10-superpiano",
"name": "2010 - Super Piano",
"url": "https://dmoj.ca/problem/noi10p2",
"source": "NOI",
"difficulty": "Normal",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "ceoi-20-potion",
"name": "2020 - The Potion of Great Power",
"url": "https://codeforces.com/contest/1403/problem/A",
"source": "CEOI",
"difficulty": "Hard",
"isStarred": false,
"tags": ["Persistent Segtree", "Sqrt"],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "CF"
}
},
{
"uniqueId": "apio-17-rainbow",
"name": "2017 - Land of the Rainbow Gold",
"url": "https://dmoj.ca/problem/apio17p1",
"source": "APIO",
"difficulty": "Hard",
"isStarred": false,
"tags": ["Persistent Segtree", "Euler's Formula", "2DRQ"],
"solutionMetadata": {
"kind": "internal"
}
},
{
"uniqueId": "coci-20-specijacija",
"name": "2020 - Specijacija",
"url": "https://evaluator.hsin.hr/tasks/HONI202137specijacija/",
"source": "COCI",
"difficulty": "Very Hard",
"isStarred": false,
"tags": ["Persistent Segtree"],
"solutionMetadata": {
"kind": "none"
}
},
{
"uniqueId": "ioi-15-teams",
"name": "2015 - Teams",
"url": "https://oj.uz/problem/view/IOI15_teams",
"source": "IOI",
"difficulty": "Very Hard",
"isStarred": true,
"tags": ["Persistent Segtree", "2DRQ"],
"solutionMetadata": {
"kind": "IOI",
"year": 2015
}
}
],
"heap": [
{
"uniqueId": "wac-TimeTravellingSquirrels",
"name": "Time Travelling Squirrels",
"url": "https://dmoj.ca/problem/wac4p5",
"source": "Wesley's Anger Contest",
"difficulty": "Very Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "autogen-label-from-site",
"site": "DMOJ"
}
},
{
"uniqueId": "ys-KthShortestWalk",
"name": "K-th Shortest Walk",
"url": "https://judge.yosupo.jp/problem/k_shortest_walk",
"source": "YS",
"difficulty": "Very Hard",
"isStarred": false,
"tags": [],
"solutionMetadata": {
"kind": "none"
}
}
]
}