diff --git a/.github/data/problems.json b/.github/data/problems.json index 053a925c1..6090346b9 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1417,6 +1417,10 @@ { "day": "23", "title": "Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit" + }, + { + "day": "24", + "title": "Minimum Number of K Consecutive Bit Flips" } ], "07- July": [ diff --git a/06- June/24- Minimum Number of K Consecutive Bit Flips/.gitkeep b/06- June/24- Minimum Number of K Consecutive Bit Flips/.gitkeep new file mode 100644 index 000000000..e69de29bb