Skip to content

Commit 914bff6

Browse files
committed
move sorted sets note to silver pqs
1 parent 3cd082b commit 914bff6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/3_Silver/Priority_Queues.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,10 @@ public class RoomAllocation {
340340
341341
## Problems
342342
343+
<Info title="Sorted Sets">
344+
345+
[Sorted sets](/gold/intro-sorted-sets) support all the operations of priority queues and more; however, they are rarely required for Silver and their constant factor is worse. Only one practice problem from the sorted sets module (Milk Measurement) comes from USACO Silver.
346+
347+
</Info>
348+
343349
<Problems problems="general" />

content/4_Gold/Intro_Sorted_Sets.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ redirects:
1515
- /silver/intro-sorted-sets
1616
---
1717

18-
<Warning>
19-
20-
Although sorted sets might sometimes helpful for some USACO Silver, they are rarely required. Priority queues can often be used instead, and they have a better constant factor. Only one practice problem from this module is from USACO Silver (Milk Measurement).
21-
22-
</Warning>
23-
2418
<LanguageSection>
2519

2620
<CPPSection>

0 commit comments

Comments
 (0)