Skip to content

Commit bd6eb33

Browse files
committed
intro sorted sets: fix problem ordering
1 parent 98272d2 commit bd6eb33

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/4_Gold/Intro_Sorted_Sets.problems.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,24 @@
1313
"kind": "internal"
1414
}
1515
},
16+
{
17+
"uniqueId": "ys-DEPQ",
18+
"name": "Double-Ended Priority Queue",
19+
"url": "https://judge.yosupo.jp/problem/double_ended_priority_queue",
20+
"source": "YS",
21+
"difficulty": "Easy",
22+
"isStarred": false,
23+
"tags": ["Sorted Set"],
24+
"solutionMetadata": {
25+
"kind": "none"
26+
}
27+
},
1628
{
1729
"uniqueId": "cses-1163",
1830
"name": "Traffic Lights",
1931
"url": "https://cses.fi/problemset/task/1163",
2032
"source": "CSES",
21-
"difficulty": "Normal",
33+
"difficulty": "Easy",
2234
"isStarred": true,
2335
"tags": ["Sorted Set"],
2436
"solutionMetadata": {
@@ -53,18 +65,6 @@
5365
}
5466
],
5567
"general": [
56-
{
57-
"uniqueId": "ys-DEPQ",
58-
"name": "Double-Ended Priority Queue",
59-
"url": "https://judge.yosupo.jp/problem/double_ended_priority_queue",
60-
"source": "YS",
61-
"difficulty": "Easy",
62-
"isStarred": false,
63-
"tags": ["Sorted Set"],
64-
"solutionMetadata": {
65-
"kind": "none"
66-
}
67-
},
6868
{
6969
"uniqueId": "usaco-763",
7070
"name": "Milk Measurement",

0 commit comments

Comments
 (0)