Skip to content

Commit 23c6728

Browse files
authored
Add LC 504 IPO to Silver Greedy
1 parent 5a0ad77 commit 23c6728

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/3_Silver/Greedy_Sorting.problems.json

+12
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@
200200
"kind": "internal"
201201
}
202202
},
203+
{
204+
"uniqueId": "lc-IPO",
205+
"name": "IPO",
206+
"url": "https://leetcode.com/problems/ipo",
207+
"source": "LC",
208+
"difficulty": "Medium",
209+
"isStarred": false,
210+
"tags": ["Greedy", "Sorting", "Priority Queue"],
211+
"solutionMetadata": {
212+
"kind": "none"
213+
}
214+
},
203215
{
204216
"uniqueId": "usaco-990",
205217
"name": "Berry Picking",

0 commit comments

Comments
 (0)