Skip to content

Commit 075a5c5

Browse files
authored
change lifeguards from 'easy' to 'hard'
1 parent a8432c2 commit 075a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/3_Silver/Sorting_Custom.problems.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"name": "Lifeguards",
6262
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=786",
6363
"source": "Silver",
64-
"difficulty": "Easy",
64+
"difficulty": "Normal",
6565
"isStarred": false,
6666
"tags": ["Sorting", "Prefix Sums"],
6767
"solutionMetadata": {

0 commit comments

Comments
 (0)