diff --git a/.github/data/problems.json b/.github/data/problems.json index b0f66e9cc..59f636cd4 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -579,6 +579,10 @@ { "day": "23", "title": "Kth Largest Element in a Stream" + }, + { + "day": "24", + "title": "Maximum Subsequence Score" } ] } \ No newline at end of file diff --git a/05- May/24- Maximum Subsequence Score/.gitkeep b/05- May/24- Maximum Subsequence Score/.gitkeep new file mode 100644 index 000000000..e69de29bb