diff --git a/.github/data/problems.json b/.github/data/problems.json index b79aba910..d0e77ebf4 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -571,6 +571,10 @@ { "day": "21", "title": "Shortest Bridge" + }, + { + "day": "22", + "title": "Top K Frequent Elements" } ] } \ No newline at end of file diff --git a/05- May/22- Top K Frequent Elements/.gitkeep b/05- May/22- Top K Frequent Elements/.gitkeep new file mode 100644 index 000000000..e69de29bb