Skip to content

Commit 892e4a8

Browse files
Merge pull request #4374 from Pramad712/patch-8
Fix IPO Difficulty
2 parents 647d15d + 2778715 commit 892e4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/3_Silver/Greedy_Sorting.problems.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"name": "IPO",
206206
"url": "https://leetcode.com/problems/ipo",
207207
"source": "LC",
208-
"difficulty": "Medium",
208+
"difficulty": "Normal",
209209
"isStarred": false,
210210
"tags": ["Greedy", "Sorting", "Priority Queue"],
211211
"solutionMetadata": {

0 commit comments

Comments
 (0)